Uses of Class
org.apache.ibatis.jdbc.AbstractSQL.SQLStatement.StatementType
-
Packages that use AbstractSQL.SQLStatement.StatementType Package Description org.apache.ibatis.jdbc Utilities for JDBC. -
-
Uses of AbstractSQL.SQLStatement.StatementType in org.apache.ibatis.jdbc
Fields in org.apache.ibatis.jdbc declared as AbstractSQL.SQLStatement.StatementType Modifier and Type Field Description (package private) AbstractSQL.SQLStatement.StatementType
AbstractSQL.SQLStatement. statementType
Methods in org.apache.ibatis.jdbc that return AbstractSQL.SQLStatement.StatementType Modifier and Type Method Description static AbstractSQL.SQLStatement.StatementType
AbstractSQL.SQLStatement.StatementType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractSQL.SQLStatement.StatementType[]
AbstractSQL.SQLStatement.StatementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-