| Package | Description |
|---|---|
| com.mysql.cj | |
| com.mysql.cj.jdbc | |
| com.mysql.cj.jdbc.result | |
| com.mysql.cj.protocol | |
| com.mysql.cj.protocol.a |
| Modifier and Type | Field and Description |
|---|---|
protected Resultset.Type |
AbstractQuery.resultSetType
The type of this result set (scroll sensitive or in-sensitive)
|
| Modifier and Type | Method and Description |
|---|---|
Resultset.Type |
Query.getResultType() |
Resultset.Type |
AbstractQuery.getResultType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setResultType(Resultset.Type resultSetType) |
void |
AbstractQuery.setResultType(Resultset.Type resultSetType) |
| Modifier and Type | Field and Description |
|---|---|
private Resultset.Type |
StatementImpl.originalResultSetType |
| Modifier and Type | Method and Description |
|---|---|
Resultset.Type |
StatementImpl.getResultType() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
StatementImpl.setResultSetType(Resultset.Type typeFlag)
Sets the result set type for result sets generated by this statement
|
void |
StatementImpl.setResultType(Resultset.Type resultSetType) |
| Modifier and Type | Field and Description |
|---|---|
private Resultset.Type |
ResultSetFactory.type |
| Modifier and Type | Method and Description |
|---|---|
Resultset.Type |
ResultSetFactory.getResultSetType() |
| Modifier and Type | Method and Description |
|---|---|
static Resultset.Type |
Resultset.Type.fromValue(int rsType,
Resultset.Type backupValue) |
default Resultset.Type |
ProtocolEntityFactory.getResultSetType() |
static Resultset.Type |
Resultset.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Resultset.Type[] |
Resultset.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Resultset.Type |
Resultset.Type.fromValue(int rsType,
Resultset.Type backupValue) |
| Modifier and Type | Field and Description |
|---|---|
private Resultset.Type |
ResultsetFactory.type |
| Modifier and Type | Method and Description |
|---|---|
Resultset.Type |
ResultsetFactory.getResultSetType() |
| Constructor and Description |
|---|
ResultsetFactory(Resultset.Type type,
Resultset.Concurrency concurrency) |