Searched refs:JavaSQLCallableStatement (Results 1 – 2 of 2) sorted by relevance
42 public class JavaSQLCallableStatement extends JavaSQLPreparedStatement implements XRow, XOutParamet… class43 public JavaSQLCallableStatement(JavaSQLConnection connection, String sql) { in JavaSQLCallableStatement() method in JavaSQLCallableStatement
276 JavaSQLCallableStatement statement = new JavaSQLCallableStatement(this, sqlStatement); in prepareCall()
Completed in 19 milliseconds