类的使用
com.mysql.cj.jdbc.StatementImpl
-
使用StatementImpl的程序包 程序包 说明 com.mysql.cj.jdbc com.mysql.cj.jdbc.result -
-
com.mysql.cj.jdbc中StatementImpl的使用
com.mysql.cj.jdbc中StatementImpl的子类 修饰符和类型 类 说明 classCallableStatementRepresentation of stored procedures for JDBCclassClientPreparedStatementA SQL Statement is pre-compiled and stored in a PreparedStatement object.classServerPreparedStatementJDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.参数类型为StatementImpl的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 protected intStatementImpl. processMultiCountsAndKeys(StatementImpl batchedStatement, int updateCountCounter, long[] updateCounts) -
com.mysql.cj.jdbc.result中StatementImpl的使用
返回StatementImpl的com.mysql.cj.jdbc.result中的方法 修饰符和类型 方法 说明 StatementImplResultSetImpl. getOwningStatement()参数类型为StatementImpl的com.mysql.cj.jdbc.result中的构造器 构造器 说明 ResultSetFactory(JdbcConnection connection, StatementImpl creatorStmt)ResultSetImpl(OkPacket ok, JdbcConnection conn, StatementImpl creatorStmt)Create a result set for an executeUpdate statement.ResultSetImpl(ResultsetRows tuples, JdbcConnection conn, StatementImpl creatorStmt)Creates a new ResultSet object.UpdatableResultSet(ResultsetRows tuples, JdbcConnection conn, StatementImpl creatorStmt)Creates a new ResultSet object.
-