| Package | Description |
|---|---|
| com.mysql.cj.jdbc | |
| com.mysql.cj.jdbc.ha | |
| com.mysql.cj.jdbc.result |
| Modifier and Type | Field and Description |
|---|---|
private ResultSetInternalMethods |
CallableStatement.functionReturnValueResults |
protected ResultSetInternalMethods |
StatementImpl.generatedKeysResults |
private ResultSetInternalMethods |
CallableStatement.outputParameterResults |
private ResultSetInternalMethods |
MysqlSQLXML.owningResultSet |
protected ResultSetInternalMethods |
StatementImpl.results
The current results
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<ResultSetInternalMethods> |
StatementImpl.openResults
Set of currently-open ResultSets
|
| Modifier and Type | Method and Description |
|---|---|
private ResultSetInternalMethods |
StatementImpl.createResultSetUsingServerFetch(java.lang.String sql) |
protected <M extends Message> |
ClientPreparedStatement.executeInternal(int maxRowsToRetrieve,
M sendPacket,
boolean createStreamingResultSet,
boolean queryIsSelectOnly,
ColumnDefinition metadata,
boolean isBatch)
Actually execute the prepared statement.
|
protected <M extends Message> |
ServerPreparedStatement.executeInternal(int maxRowsToRetrieve,
M sendPacket,
boolean createStreamingResultSet,
boolean queryIsSelectOnly,
ColumnDefinition metadata,
boolean isBatch) |
protected ResultSetInternalMethods |
StatementImpl.generatePingResultSet() |
protected ResultSetInternalMethods |
StatementImpl.getGeneratedKeysInternal() |
protected ResultSetInternalMethods |
StatementImpl.getGeneratedKeysInternal(long numKeys) |
protected ResultSetInternalMethods |
CallableStatement.getOutputParameters(int paramIndex)
Returns the ResultSet that holds the output parameters, or throws an
appropriate exception if none exist, or they weren't returned.
|
ResultSetInternalMethods |
StatementImpl.getResultSetInternal() |
ResultSetInternalMethods |
JdbcStatement.getResultSetInternal() |
protected ResultSetInternalMethods |
ServerPreparedStatement.serverExecute(int maxRowsToRetrieve,
boolean createStreamingResultSet,
ColumnDefinition metadata)
Tells the server to execute this prepared statement with the current
parameter bindings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionWrapper.initializeResultsMetadataFromCache(java.lang.String sql,
CachedResultSetMetaData cachedMetaData,
ResultSetInternalMethods resultSet) |
void |
ConnectionImpl.initializeResultsMetadataFromCache(java.lang.String sql,
CachedResultSetMetaData cachedMetaData,
ResultSetInternalMethods resultSet) |
void |
JdbcConnection.initializeResultsMetadataFromCache(java.lang.String sql,
CachedResultSetMetaData cachedMetaData,
ResultSetInternalMethods resultSet)
Caches CachedResultSetMetaData that has been placed in the cache using the given SQL as a key.
|
void |
StatementImpl.removeOpenResultSet(ResultSetInternalMethods rs) |
void |
JdbcStatement.removeOpenResultSet(ResultSetInternalMethods rs)
Callback for result set instances to remove them from the Set that
tracks them per-statement
|
| Constructor and Description |
|---|
Blob(byte[] data,
ResultSetInternalMethods creatorResultSetToSet,
int columnIndexToSet)
Creates an updatable BLOB that can update in-place (not implemented yet).
|
MysqlSQLXML(ResultSetInternalMethods owner,
int index,
ExceptionInterceptor exceptionInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiHostMySQLConnection.initializeResultsMetadataFromCache(java.lang.String sql,
CachedResultSetMetaData cachedMetaData,
ResultSetInternalMethods resultSet) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultSetImpl |
class |
UpdatableResultSet
A result set that is updatable.
|