| Package | Description |
|---|---|
| com.mysql.cj.jdbc |
| Modifier and Type | Method and Description |
|---|---|
protected static CallableStatement |
CallableStatement.getInstance(JdbcConnection conn,
CallableStatement.CallableStatementParamInfo paramInfo)
Creates a callable statement instance
|
protected static CallableStatement |
CallableStatement.getInstance(JdbcConnection conn,
java.lang.String sql,
java.lang.String db,
boolean isFunctionCall)
Creates a callable statement instance
|
private CallableStatement |
ConnectionImpl.parseCallableStatement(java.lang.String sql) |