Uses of Enum Class
org.seasar.doma.internal.jdbc.command.ScriptTokenType
Packages that use ScriptTokenType
Package
Description
Internal implementation details for the Doma framework.
-
Uses of ScriptTokenType in org.seasar.doma.internal.jdbc.command
Fields in org.seasar.doma.internal.jdbc.command declared as ScriptTokenTypeMethods in org.seasar.doma.internal.jdbc.command that return ScriptTokenTypeModifier and TypeMethodDescriptionScriptTokenizer.nextToken()static ScriptTokenTypeReturns the enum constant of this class with the specified name.static ScriptTokenType[]ScriptTokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.seasar.doma.internal.jdbc.command with parameters of type ScriptTokenTypeModifier and TypeMethodDescriptionprotected voidScriptReader.SqlBuilder.build(ScriptTokenType tokenType, String token)