public static interface MysqlxCrud.DeleteOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MysqlxDatatypes.Scalar |
getArgs(int index)
values for parameters used in filter expression
|
int |
getArgsCount()
values for parameters used in filter expression
|
java.util.List<MysqlxDatatypes.Scalar> |
getArgsList()
values for parameters used in filter expression
|
MysqlxDatatypes.ScalarOrBuilder |
getArgsOrBuilder(int index)
values for parameters used in filter expression
|
java.util.List<? extends MysqlxDatatypes.ScalarOrBuilder> |
getArgsOrBuilderList()
values for parameters used in filter expression
|
MysqlxCrud.Collection |
getCollection()
collection to change
|
MysqlxCrud.CollectionOrBuilder |
getCollectionOrBuilder()
collection to change
|
MysqlxExpr.Expr |
getCriteria()
filter expression to match rows that the operations will apply on
|
MysqlxExpr.ExprOrBuilder |
getCriteriaOrBuilder()
filter expression to match rows that the operations will apply on
|
MysqlxCrud.DataModel |
getDataModel()
data model that the operations refer to
|
MysqlxCrud.Limit |
getLimit()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExpr |
getLimitExpr()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExprOrBuilder |
getLimitExprOrBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitOrBuilder |
getLimitOrBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.Order |
getOrder(int index)
specifies order of matched rows
|
int |
getOrderCount()
specifies order of matched rows
|
java.util.List<MysqlxCrud.Order> |
getOrderList()
specifies order of matched rows
|
MysqlxCrud.OrderOrBuilder |
getOrderOrBuilder(int index)
specifies order of matched rows
|
java.util.List<? extends MysqlxCrud.OrderOrBuilder> |
getOrderOrBuilderList()
specifies order of matched rows
|
boolean |
hasCollection()
collection to change
|
boolean |
hasCriteria()
filter expression to match rows that the operations will apply on
|
boolean |
hasDataModel()
data model that the operations refer to
|
boolean |
hasLimit()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
boolean |
hasLimitExpr()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCollection()
collection to change
required .Mysqlx.Crud.Collection collection = 1;MysqlxCrud.Collection getCollection()
collection to change
required .Mysqlx.Crud.Collection collection = 1;MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
collection to change
required .Mysqlx.Crud.Collection collection = 1;boolean hasDataModel()
data model that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 2;MysqlxCrud.DataModel getDataModel()
data model that the operations refer to
optional .Mysqlx.Crud.DataModel data_model = 2;boolean hasCriteria()
filter expression to match rows that the operations will apply on
optional .Mysqlx.Expr.Expr criteria = 3;MysqlxExpr.Expr getCriteria()
filter expression to match rows that the operations will apply on
optional .Mysqlx.Expr.Expr criteria = 3;MysqlxExpr.ExprOrBuilder getCriteriaOrBuilder()
filter expression to match rows that the operations will apply on
optional .Mysqlx.Expr.Expr criteria = 3;boolean hasLimit()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 4;MysqlxCrud.Limit getLimit()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 4;MysqlxCrud.LimitOrBuilder getLimitOrBuilder()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.Limit limit = 4;java.util.List<MysqlxCrud.Order> getOrderList()
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 5;MysqlxCrud.Order getOrder(int index)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 5;int getOrderCount()
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 5;java.util.List<? extends MysqlxCrud.OrderOrBuilder> getOrderOrBuilderList()
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 5;MysqlxCrud.OrderOrBuilder getOrderOrBuilder(int index)
specifies order of matched rows
repeated .Mysqlx.Crud.Order order = 5;java.util.List<MysqlxDatatypes.Scalar> getArgsList()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 6;MysqlxDatatypes.Scalar getArgs(int index)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 6;int getArgsCount()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 6;java.util.List<? extends MysqlxDatatypes.ScalarOrBuilder> getArgsOrBuilderList()
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 6;MysqlxDatatypes.ScalarOrBuilder getArgsOrBuilder(int index)
values for parameters used in filter expression
repeated .Mysqlx.Datatypes.Scalar args = 6;boolean hasLimitExpr()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;MysqlxCrud.LimitExpr getLimitExpr()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;MysqlxCrud.LimitExprOrBuilder getLimitExprOrBuilder()
limits the number of rows to match (user can set one of: limit, limit_expr)
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;