public interface EnumType
SQLDialect.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).
|
Copyright © 2013. All Rights Reserved.