接口 MysqlxCrud.DeleteOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    MysqlxCrud.Delete, MysqlxCrud.Delete.Builder
    封闭类:
    MysqlxCrud

    public static interface MysqlxCrud.DeleteOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法详细资料

      • hasCollection

        boolean hasCollection()
         collection to change 
         
        required .Mysqlx.Crud.Collection collection = 1;
        返回:
        Whether the collection field is set.
      • getCollection

        MysqlxCrud.Collection getCollection()
         collection to change 
         
        required .Mysqlx.Crud.Collection collection = 1;
        返回:
        The collection.
      • getCollectionOrBuilder

        MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
         collection to change 
         
        required .Mysqlx.Crud.Collection collection = 1;
      • hasDataModel

        boolean hasDataModel()
         data model that the operations refer to 
         
        optional .Mysqlx.Crud.DataModel data_model = 2;
        返回:
        Whether the dataModel field is set.
      • getDataModel

        MysqlxCrud.DataModel getDataModel()
         data model that the operations refer to 
         
        optional .Mysqlx.Crud.DataModel data_model = 2;
        返回:
        The dataModel.
      • hasCriteria

        boolean hasCriteria()
         filter expression to match rows that the operations will apply on 
         
        optional .Mysqlx.Expr.Expr criteria = 3;
        返回:
        Whether the criteria field is set.
      • getCriteria

        MysqlxExpr.Expr getCriteria()
         filter expression to match rows that the operations will apply on 
         
        optional .Mysqlx.Expr.Expr criteria = 3;
        返回:
        The criteria.
      • getCriteriaOrBuilder

        MysqlxExpr.ExprOrBuilder getCriteriaOrBuilder()
         filter expression to match rows that the operations will apply on 
         
        optional .Mysqlx.Expr.Expr criteria = 3;
      • hasLimit

        boolean hasLimit()
         limits the number of rows to match
        (user can set one of: limit, limit_expr) 
         
        optional .Mysqlx.Crud.Limit limit = 4;
        返回:
        Whether the limit field is set.
      • getLimit

        MysqlxCrud.Limit getLimit()
         limits the number of rows to match
        (user can set one of: limit, limit_expr) 
         
        optional .Mysqlx.Crud.Limit limit = 4;
        返回:
        The limit.
      • getLimitOrBuilder

        MysqlxCrud.LimitOrBuilder getLimitOrBuilder()
         limits the number of rows to match
        (user can set one of: limit, limit_expr) 
         
        optional .Mysqlx.Crud.Limit limit = 4;
      • getOrderList

        List<MysqlxCrud.Order> getOrderList()
         specifies order of matched rows 
         
        repeated .Mysqlx.Crud.Order order = 5;
      • getOrder

        MysqlxCrud.Order getOrder​(int index)
         specifies order of matched rows 
         
        repeated .Mysqlx.Crud.Order order = 5;
      • getOrderCount

        int getOrderCount()
         specifies order of matched rows 
         
        repeated .Mysqlx.Crud.Order order = 5;
      • getOrderOrBuilderList

        List<? extends MysqlxCrud.OrderOrBuilder> getOrderOrBuilderList()
         specifies order of matched rows 
         
        repeated .Mysqlx.Crud.Order order = 5;
      • getOrderOrBuilder

        MysqlxCrud.OrderOrBuilder getOrderOrBuilder​(int index)
         specifies order of matched rows 
         
        repeated .Mysqlx.Crud.Order order = 5;
      • getArgsList

        List<MysqlxDatatypes.Scalar> getArgsList()
         values for parameters used in filter expression 
         
        repeated .Mysqlx.Datatypes.Scalar args = 6;
      • getArgs

        MysqlxDatatypes.Scalar getArgs​(int index)
         values for parameters used in filter expression 
         
        repeated .Mysqlx.Datatypes.Scalar args = 6;
      • getArgsCount

        int getArgsCount()
         values for parameters used in filter expression 
         
        repeated .Mysqlx.Datatypes.Scalar args = 6;
      • getArgsOrBuilderList

        List<? extends MysqlxDatatypes.ScalarOrBuilder> getArgsOrBuilderList()
         values for parameters used in filter expression 
         
        repeated .Mysqlx.Datatypes.Scalar args = 6;
      • getArgsOrBuilder

        MysqlxDatatypes.ScalarOrBuilder getArgsOrBuilder​(int index)
         values for parameters used in filter expression 
         
        repeated .Mysqlx.Datatypes.Scalar args = 6;
      • hasLimitExpr

        boolean hasLimitExpr()
         limits the number of rows to match
        (user can set one of: limit, limit_expr) 
         
        optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
        返回:
        Whether the limitExpr field is set.
      • getLimitExpr

        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;
        返回:
        The limitExpr.
      • getLimitExprOrBuilder

        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;