Uses of Class
com.gengoai.sql.constraint.Deferrable
-
Packages that use Deferrable Package Description com.gengoai.sql com.gengoai.sql.constraint -
-
Uses of Deferrable in com.gengoai.sql
Methods in com.gengoai.sql with parameters of type Deferrable Modifier and Type Method Description String
SQLDialect. deferrable(Deferrable deferrable)
Deferrable string. -
Uses of Deferrable in com.gengoai.sql.constraint
Fields in com.gengoai.sql.constraint declared as Deferrable Modifier and Type Field Description protected Deferrable
ForeignKeyConstraint. deferred
Methods in com.gengoai.sql.constraint that return Deferrable Modifier and Type Method Description static Deferrable
Deferrable. valueOf(String name)
Returns the enum constant of this type with the specified name.static Deferrable[]
Deferrable. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-