|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EnumType
A SQL enum type. This can be any of the following:
SQLDialect.MYSQL, this can be a column-scope enum typeSQLDialect.POSTGRES, this can be a schema-scope enum type
| Method Summary | |
|---|---|
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). |
| Method Detail |
|---|
String getLiteral()
String getName()
null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||