Uses of Class
de.akquinet.jbosscc.guttenbase.sql.SQLTokenType
-
Packages that use SQLTokenType Package Description de.akquinet.jbosscc.guttenbase.sql -
-
Uses of SQLTokenType in de.akquinet.jbosscc.guttenbase.sql
Methods in de.akquinet.jbosscc.guttenbase.sql that return SQLTokenType Modifier and Type Method Description SQLTokenType
SQLToken. getSqlTokenType()
static SQLTokenType
SQLTokenType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SQLTokenType[]
SQLTokenType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.akquinet.jbosscc.guttenbase.sql with parameters of type SQLTokenType Constructor Description SQLToken(SQLTokenType sqlTokenType, String token)
-