接口的使用
com.mysql.cj.jdbc.JdbcPreparedStatement
-
使用JdbcPreparedStatement的程序包 程序包 说明 com.mysql.cj.jdbc com.mysql.cj.jdbc.ha com.mysql.cj.jdbc.result -
-
com.mysql.cj.jdbc中JdbcPreparedStatement的使用
实现JdbcPreparedStatement的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.参数类型为JdbcPreparedStatement的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 voidConnectionImpl. decachePreparedStatement(JdbcPreparedStatement pstmt)voidConnectionWrapper. decachePreparedStatement(JdbcPreparedStatement pstmt)voidJdbcConnection. decachePreparedStatement(JdbcPreparedStatement pstmt)voidConnectionImpl. recachePreparedStatement(JdbcPreparedStatement pstmt)voidConnectionWrapper. recachePreparedStatement(JdbcPreparedStatement pstmt)voidJdbcConnection. recachePreparedStatement(JdbcPreparedStatement pstmt) -
com.mysql.cj.jdbc.ha中JdbcPreparedStatement的使用
参数类型为JdbcPreparedStatement的com.mysql.cj.jdbc.ha中的方法 修饰符和类型 方法 说明 voidMultiHostMySQLConnection. decachePreparedStatement(JdbcPreparedStatement pstmt)voidMultiHostMySQLConnection. recachePreparedStatement(JdbcPreparedStatement pstmt) -
com.mysql.cj.jdbc.result中JdbcPreparedStatement的使用
参数类型为JdbcPreparedStatement的com.mysql.cj.jdbc.result中的方法 修饰符和类型 方法 说明 voidResultSetImpl. setStatementUsedForFetchingRows(JdbcPreparedStatement stmt)voidResultSetInternalMethods. setStatementUsedForFetchingRows(JdbcPreparedStatement stmt)
-