Uses of Enum Class
org.seasar.doma.internal.jdbc.sql.SqlTokenType
Packages that use SqlTokenType
Package
Description
Internal implementation details for the Doma framework.
-
Uses of SqlTokenType in org.seasar.doma.internal.jdbc.sql
Fields in org.seasar.doma.internal.jdbc.sql declared as SqlTokenTypeModifier and TypeFieldDescriptionprotected SqlTokenTypeSqlParser.tokenTypeprotected SqlTokenTypeClassicSqlTokenizer.typeDeprecated.Methods in org.seasar.doma.internal.jdbc.sql that return SqlTokenTypeModifier and TypeMethodDescriptionClassicSqlTokenizer.next()Deprecated.SqlTokenizer.next()Advances to the next token and returns its type.static SqlTokenTypeReturns the enum constant of this class with the specified name.static SqlTokenType[]SqlTokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.