接口 MysqlxCrud.UpdateOrBuilder

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

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

      • hasCollection

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

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

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

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

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

        boolean hasCriteria()
         filter expression to match rows that the operations will apply on 
         
        optional .Mysqlx.Expr.Expr criteria = 4;
        返回:
        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 = 4;
        返回:
        The criteria.
      • getCriteriaOrBuilder

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

        boolean hasLimit()
         limits the number of rows to match
        (user can set one of: limit, limit_expr) 
         
        optional .Mysqlx.Crud.Limit limit = 5;
        返回:
        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 = 5;
        返回:
        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 = 5;
      • getOrderList

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

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

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

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

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

        List<MysqlxCrud.UpdateOperation> getOperationList()
         list of operations to be applied.
        Valid operations will depend on the data_model 
         
        repeated .Mysqlx.Crud.UpdateOperation operation = 7;
      • getOperation

        MysqlxCrud.UpdateOperation getOperation​(int index)
         list of operations to be applied.
        Valid operations will depend on the data_model 
         
        repeated .Mysqlx.Crud.UpdateOperation operation = 7;
      • getOperationCount

        int getOperationCount()
         list of operations to be applied.
        Valid operations will depend on the data_model 
         
        repeated .Mysqlx.Crud.UpdateOperation operation = 7;
      • getOperationOrBuilderList

        List<? extends MysqlxCrud.UpdateOperationOrBuilder> getOperationOrBuilderList()
         list of operations to be applied.
        Valid operations will depend on the data_model 
         
        repeated .Mysqlx.Crud.UpdateOperation operation = 7;
      • getOperationOrBuilder

        MysqlxCrud.UpdateOperationOrBuilder getOperationOrBuilder​(int index)
         list of operations to be applied.
        Valid operations will depend on the data_model 
         
        repeated .Mysqlx.Crud.UpdateOperation operation = 7;
      • getArgsList

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

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

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

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

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

        boolean hasLimitExpr()
         limits the number of rows to match
        (user can set one of: limit, limit_expr) 
         
        optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
        返回:
        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 = 9;
        返回:
        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 = 9;