public interface EnumType
SQLDialect.MARIADB, this can be a column-scope enum typeSQLDialect.MYSQL, this can be a column-scope enum typeSQLDialect.POSTGRES, this can be a schema-scope enum type| Modifier and Type | Method and Description | 
|---|---|
String | 
getLiteral()
The literal as defined in the database 
 | 
String | 
getName()
The type name as registered in the database, if applicable (Postgres
 schema-scope enum type only). 
 | 
Schema | 
getSchema()
The schema of the enum type, if applicable (Postgres schema-scope enum
 type only). 
 | 
String getLiteral()
Schema getSchema()
nullString getName()
nullCopyright © 2015. All Rights Reserved.