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