| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| Modifier and Type | Field and Description |
|---|---|
private static MysqlxCrud.Find.RowLockOptions[] |
MysqlxCrud.Find.RowLockOptions.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<MysqlxCrud.Find.RowLockOptions> |
MysqlxCrud.Find.RowLockOptions.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxCrud.Find.RowLockOptions |
MysqlxCrud.Find.RowLockOptions.forNumber(int value) |
MysqlxCrud.Find.RowLockOptions |
MysqlxCrud.FindOrBuilder.getLockingOptions()
additional options how to handle locked rows
|
MysqlxCrud.Find.RowLockOptions |
MysqlxCrud.Find.getLockingOptions()
additional options how to handle locked rows
|
MysqlxCrud.Find.RowLockOptions |
MysqlxCrud.Find.Builder.getLockingOptions()
additional options how to handle locked rows
|
static MysqlxCrud.Find.RowLockOptions |
MysqlxCrud.Find.RowLockOptions.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxCrud.Find.RowLockOptions |
MysqlxCrud.Find.RowLockOptions.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxCrud.Find.RowLockOptions |
MysqlxCrud.Find.RowLockOptions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxCrud.Find.RowLockOptions[] |
MysqlxCrud.Find.RowLockOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<MysqlxCrud.Find.RowLockOptions> |
MysqlxCrud.Find.RowLockOptions.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Find.Builder |
MysqlxCrud.Find.Builder.setLockingOptions(MysqlxCrud.Find.RowLockOptions value)
additional options how to handle locked rows
|