Uses of Class
com.gengoai.sql.object.TriggerTime
-
Packages that use TriggerTime Package Description com.gengoai.sql com.gengoai.sql.object -
-
Uses of TriggerTime in com.gengoai.sql
Methods in com.gengoai.sql with parameters of type TriggerTime Modifier and Type Method Description protected String
SQLDialect. triggerTime(TriggerTime triggerTime)
Trigger time string. -
Uses of TriggerTime in com.gengoai.sql.object
Methods in com.gengoai.sql.object that return TriggerTime Modifier and Type Method Description static TriggerTime
TriggerTime. valueOf(String name)
Returns the enum constant of this type with the specified name.static TriggerTime[]
TriggerTime. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-