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. localSQL
Deprecated.private static java.lang.ThreadLocal<SQL>
SqlBuilder. localSQL
Deprecated.Methods in org.apache.ibatis.jdbc that return SQL Modifier and Type Method Description SQL
SQL. getSelf()
private static SQL
SelectBuilder. sql()
Deprecated.private static SQL
SqlBuilder. sql()
Deprecated.
-