Uses of Class
org.apache.ibatis.jdbc.SQL
-
Packages that use SQL Package Description org.apache.ibatis.jdbc Utilities for JDBC. -
-
Uses of SQL in org.apache.ibatis.jdbc
Fields in org.apache.ibatis.jdbc with type parameters of type SQL Modifier and Type Field Description private static java.lang.ThreadLocal<SQL>SelectBuilder. localSQLDeprecated.private static java.lang.ThreadLocal<SQL>SqlBuilder. localSQLDeprecated.Methods in org.apache.ibatis.jdbc that return SQL Modifier and Type Method Description SQLSQL. getSelf()private static SQLSelectBuilder. sql()Deprecated.private static SQLSqlBuilder. sql()Deprecated.
-