| Package | Description |
|---|---|
| com.mysql.cj.jdbc |
| Modifier and Type | Field and Description |
|---|---|
private LRUCache<ConnectionImpl.CompoundCacheKey,ServerPreparedStatement> |
ConnectionImpl.serverSideStatementCache |
| Modifier and Type | Method and Description |
|---|---|
protected static ServerPreparedStatement |
ServerPreparedStatement.getInstance(JdbcConnection conn,
java.lang.String sql,
java.lang.String db,
int resultSetType,
int resultSetConcurrency)
Creates a prepared statement instance
|