| 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.RowLock[] |
MysqlxCrud.Find.RowLock.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<MysqlxCrud.Find.RowLock> |
MysqlxCrud.Find.RowLock.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxCrud.Find.RowLock |
MysqlxCrud.Find.RowLock.forNumber(int value) |
MysqlxCrud.Find.RowLock |
MysqlxCrud.FindOrBuilder.getLocking()
perform row locking on matches
|
MysqlxCrud.Find.RowLock |
MysqlxCrud.Find.getLocking()
perform row locking on matches
|
MysqlxCrud.Find.RowLock |
MysqlxCrud.Find.Builder.getLocking()
perform row locking on matches
|
static MysqlxCrud.Find.RowLock |
MysqlxCrud.Find.RowLock.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxCrud.Find.RowLock |
MysqlxCrud.Find.RowLock.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxCrud.Find.RowLock |
MysqlxCrud.Find.RowLock.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxCrud.Find.RowLock[] |
MysqlxCrud.Find.RowLock.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.RowLock> |
MysqlxCrud.Find.RowLock.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Find.Builder |
MysqlxCrud.Find.Builder.setLocking(MysqlxCrud.Find.RowLock value)
perform row locking on matches
|