接口的使用
com.mysql.cj.jdbc.JdbcStatement
-
使用JdbcStatement的程序包 程序包 说明 com.mysql.cj.jdbc com.mysql.cj.jdbc.ha com.mysql.cj.jdbc.result -
-
com.mysql.cj.jdbc中JdbcStatement的使用
com.mysql.cj.jdbc中JdbcStatement的子接口 修饰符和类型 接口 说明 interfaceJdbcPreparedStatement实现JdbcStatement的com.mysql.cj.jdbc中的类 修饰符和类型 类 说明 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.classStatementImplA Statement object is used for executing a static SQL statement and obtaining the results produced by it.参数类型为JdbcStatement的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 voidConnectionImpl. registerStatement(JdbcStatement stmt)voidConnectionWrapper. registerStatement(JdbcStatement stmt)voidJdbcConnection. registerStatement(JdbcStatement stmt)Register a Statement instance as open.voidConnectionImpl. unregisterStatement(JdbcStatement stmt)voidConnectionWrapper. unregisterStatement(JdbcStatement stmt)voidJdbcConnection. unregisterStatement(JdbcStatement stmt)Remove the given statement from the list of open statements -
com.mysql.cj.jdbc.ha中JdbcStatement的使用
参数类型为JdbcStatement的com.mysql.cj.jdbc.ha中的方法 修饰符和类型 方法 说明 voidMultiHostMySQLConnection. registerStatement(JdbcStatement stmt)voidMultiHostMySQLConnection. unregisterStatement(JdbcStatement stmt) -
com.mysql.cj.jdbc.result中JdbcStatement的使用
参数类型为JdbcStatement的com.mysql.cj.jdbc.result中的方法 修饰符和类型 方法 说明 voidResultSetImpl. setOwningStatement(JdbcStatement owningStatement)voidResultSetInternalMethods. setOwningStatement(JdbcStatement owningStatement)Sets the statement that "owns" this result set (usually used when the result set should internally "belong" to one statement, but is created by another.
-