类的使用
com.mysql.cj.jdbc.CallableStatement
-
使用CallableStatement的程序包 程序包 说明 com.mysql.cj.jdbc -
-
com.mysql.cj.jdbc中CallableStatement的使用
返回CallableStatement的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 protected static CallableStatementCallableStatement. getInstance(JdbcConnection conn, CallableStatement.CallableStatementParamInfo paramInfo)Creates a callable statement instanceprotected static CallableStatementCallableStatement. getInstance(JdbcConnection conn, String sql, String db, boolean isFunctionCall)Creates a callable statement instance
-