org.jooq
Interface EnumType


public interface EnumType

A SQL enum type. This can be any of the following:

Author:
Lukas Eder

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

getLiteral

String getLiteral()
The literal as defined in the database


getName

String getName()
The type name as registered in the database, if applicable (Postgres schema-scope enum type only). Otherwise, this returns null



Copyright © 2012. All Rights Reserved.