| Package | Description |
|---|---|
| com.mysql.cj.jdbc.result | |
| com.mysql.cj.protocol | |
| com.mysql.cj.protocol.a |
| Modifier and Type | Field and Description |
|---|---|
private Resultset.Concurrency |
ResultSetFactory.concurrency |
| Modifier and Type | Method and Description |
|---|---|
Resultset.Concurrency |
ResultSetFactory.getResultSetConcurrency() |
| Modifier and Type | Method and Description |
|---|---|
static Resultset.Concurrency |
Resultset.Concurrency.fromValue(int concurMode,
Resultset.Concurrency backupValue) |
default Resultset.Concurrency |
ProtocolEntityFactory.getResultSetConcurrency() |
static Resultset.Concurrency |
Resultset.Concurrency.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Resultset.Concurrency[] |
Resultset.Concurrency.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.Concurrency |
Resultset.Concurrency.fromValue(int concurMode,
Resultset.Concurrency backupValue) |
| Modifier and Type | Field and Description |
|---|---|
private Resultset.Concurrency |
ResultsetFactory.concurrency |
protected Resultset.Concurrency |
AbstractRowFactory.resultSetConcurrency |
| Modifier and Type | Method and Description |
|---|---|
Resultset.Concurrency |
ResultsetFactory.getResultSetConcurrency() |
| Constructor and Description |
|---|
BinaryRowFactory(NativeProtocol protocol,
ColumnDefinition columnDefinition,
Resultset.Concurrency resultSetConcurrency,
boolean canReuseRowPacketForBufferRow) |
ResultsetFactory(Resultset.Type type,
Resultset.Concurrency concurrency) |
TextRowFactory(NativeProtocol protocol,
ColumnDefinition colDefinition,
Resultset.Concurrency resultSetConcurrency,
boolean canReuseRowPacketForBufferRow) |