INSERT support
[dbsrgits/Data-Query.git] / lib / Data / Query / Constants.pm
index 37c4443..7b564c7 100644 (file)
@@ -16,6 +16,7 @@ use constant +{
     DQ_WHERE => 'Where',
     DQ_DELETE => 'Delete',
     DQ_UPDATE => 'Update',
+    DQ_INSERT => 'Insert',
   ))
 };