| Package | Description |
|---|---|
| com.mysql.cj.jdbc |
| Modifier and Type | Field and Description |
|---|---|
protected CallableStatement.CallableStatementParamInfo |
CallableStatement.paramInfo |
| Modifier and Type | Field and Description |
|---|---|
private LRUCache<ConnectionImpl.CompoundCacheKey,CallableStatement.CallableStatementParamInfo> |
ConnectionImpl.parsedCallableStatementCache |
| Modifier and Type | Method and Description |
|---|---|
protected static CallableStatement |
CallableStatement.getInstance(JdbcConnection conn,
CallableStatement.CallableStatementParamInfo paramInfo)
Creates a callable statement instance
|
| Constructor and Description |
|---|
CallableStatement(JdbcConnection conn,
CallableStatement.CallableStatementParamInfo paramInfo)
Creates a new CallableStatement
|
CallableStatementParamInfo(CallableStatement.CallableStatementParamInfo fullParamInfo)
Constructor that converts a full list of parameter metadata into one
that only represents the placeholders present in the {CALL ()}.
|