added docs about the functions used for -dt_add on Oracle
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLMaker / Oracle.pm
index 91e0939..bc0c608 100644 (file)
@@ -352,6 +352,18 @@ The valid formats are:
  month
  year
 
+The function used to add dates is C<NUMTODSINTERVAL> for:
+
+ second
+ minute
+ hour
+ day
+
+and C<NUMTOYMINTERVAL> for:
+
+ month
+ year
+
 =cut
 
 1;