X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FData%2FQuery%2FConstants.pm;h=f4fed7718a0d9ae8ab2e6c3bfd43b63778174bba;hb=3cd75ed78c72f6275e1837d39cf36c11449a50d2;hp=0850fbb870aba730a434e7c2a3ab810464f8e32c;hpb=dc657ce1c330949f697e55ca708f0da7c924ff69;p=dbsrgits%2FData-Query.git diff --git a/lib/Data/Query/Constants.pm b/lib/Data/Query/Constants.pm index 0850fbb..f4fed77 100644 --- a/lib/Data/Query/Constants.pm +++ b/lib/Data/Query/Constants.pm @@ -15,9 +15,13 @@ use constant +{ DQ_ORDER => 'Order', DQ_WHERE => 'Where', DQ_DELETE => 'Delete', + DQ_UPDATE => 'Update', + DQ_INSERT => 'Insert', + DQ_GROUP => 'Group', + DQ_SLICE => 'Slice', )) }; -our @EXPORT_OK = keys our %CONST; +our @EXPORT = keys our %CONST; 1;