类的使用
com.mysql.cj.jdbc.ClientPreparedStatement
-
使用ClientPreparedStatement的程序包 程序包 说明 com.mysql.cj.jdbc com.mysql.cj.jdbc.result -
-
com.mysql.cj.jdbc中ClientPreparedStatement的使用
com.mysql.cj.jdbc中ClientPreparedStatement的子类 修饰符和类型 类 说明 classCallableStatementRepresentation of stored procedures for JDBCclassServerPreparedStatementJDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.返回ClientPreparedStatement的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 protected static ClientPreparedStatementClientPreparedStatement. getInstance(JdbcConnection conn, String sql, String db)Creates a prepared statement instanceprotected static ClientPreparedStatementClientPreparedStatement. getInstance(JdbcConnection conn, String sql, String db, QueryInfo cachedQueryInfo)Creates a prepared statement instanceprotected ClientPreparedStatementClientPreparedStatement. prepareBatchedInsertSQL(JdbcConnection localConn, int numBatches)Returns a prepared statement for the number of batched parameters, used when re-writing batch INSERTs.protected ClientPreparedStatementServerPreparedStatement. prepareBatchedInsertSQL(JdbcConnection localConn, int numBatches) -
com.mysql.cj.jdbc.result中ClientPreparedStatement的使用
声明为ClientPreparedStatement的com.mysql.cj.jdbc.result中的字段 修饰符和类型 字段 说明 protected ClientPreparedStatementUpdatableResultSet. inserterPreparedStatement used to insert dataprotected ClientPreparedStatementUpdatableResultSet. updaterPreparedStatement used to delete data
-