Uses of Class
org.apache.torque.templates.transformer.jdbc2schema.Jdbc2SchemaOptionName
-
Packages that use Jdbc2SchemaOptionName Package Description org.apache.torque.templates.transformer.jdbc2schema Contains transformers and their helpers for the jdbc2schema templates. -
-
Uses of Jdbc2SchemaOptionName in org.apache.torque.templates.transformer.jdbc2schema
Methods in org.apache.torque.templates.transformer.jdbc2schema that return Jdbc2SchemaOptionName Modifier and Type Method Description static Jdbc2SchemaOptionName
Jdbc2SchemaOptionName. valueOf(String name)
Returns the enum constant of this type with the specified name.static Jdbc2SchemaOptionName[]
Jdbc2SchemaOptionName. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-