Uses of Interface
cool.scx.jdbc.sql.SQL
Packages that use SQL
-
Uses of SQL in cool.scx.jdbc.sql
Methods in cool.scx.jdbc.sql that return SQLMethods in cool.scx.jdbc.sql with parameters of type SQLModifier and TypeMethodDescriptionlongexecute (自动管理连接)longSQLRunner.execute(Connection con, SQL sql) <T, E extends Throwable>
TSQLRunner.query(SQL sql, ResultHandler<T, E> resultHandler) query (自动管理连接)<T, E extends Throwable>
TSQLRunner.query(Connection con, SQL sql, ResultHandler<T, E> resultHandler) update (自动管理连接)SQLRunner.update(Connection con, SQL sql) SQLRunner.updateBatch(SQL sql) updateBatch (自动管理连接)SQLRunner.updateBatch(Connection con, SQL sql)