public static interface MysqlxCrud.UpdateOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.UpdateOperation.UpdateType |
getOperation()
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2; |
MysqlxExpr.ColumnIdentifier |
getSource()
required .Mysqlx.Expr.ColumnIdentifier source = 1; |
MysqlxExpr.ColumnIdentifierOrBuilder |
getSourceOrBuilder()
required .Mysqlx.Expr.ColumnIdentifier source = 1; |
MysqlxExpr.Expr |
getValue()
optional .Mysqlx.Expr.Expr value = 3; |
MysqlxExpr.ExprOrBuilder |
getValueOrBuilder()
optional .Mysqlx.Expr.Expr value = 3; |
boolean |
hasOperation()
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2; |
boolean |
hasSource()
required .Mysqlx.Expr.ColumnIdentifier source = 1; |
boolean |
hasValue()
optional .Mysqlx.Expr.Expr value = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSource()
required .Mysqlx.Expr.ColumnIdentifier source = 1;MysqlxExpr.ColumnIdentifier getSource()
required .Mysqlx.Expr.ColumnIdentifier source = 1;MysqlxExpr.ColumnIdentifierOrBuilder getSourceOrBuilder()
required .Mysqlx.Expr.ColumnIdentifier source = 1;boolean hasOperation()
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;MysqlxCrud.UpdateOperation.UpdateType getOperation()
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;boolean hasValue()
optional .Mysqlx.Expr.Expr value = 3;MysqlxExpr.Expr getValue()
optional .Mysqlx.Expr.Expr value = 3;MysqlxExpr.ExprOrBuilder getValueOrBuilder()
optional .Mysqlx.Expr.Expr value = 3;