类 MysqlxCrud.Update

  • 所有已实现的接口:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MysqlxCrud.UpdateOrBuilder, Serializable
    封闭类:
    MysqlxCrud

    public static final class MysqlxCrud.Update
    extends com.google.protobuf.GeneratedMessageV3
    implements MysqlxCrud.UpdateOrBuilder
    
    Update documents/rows in a collection/table
    @returns @ref Mysqlx::Resultset
     
    Protobuf type Mysqlx.Crud.Update
    另请参阅:
    序列化表格
    • 字段详细资料

      • COLLECTION_FIELD_NUMBER

        public static final int COLLECTION_FIELD_NUMBER
        另请参阅:
        常量字段值
      • DATA_MODEL_FIELD_NUMBER

        public static final int DATA_MODEL_FIELD_NUMBER
        另请参阅:
        常量字段值
      • CRITERIA_FIELD_NUMBER

        public static final int CRITERIA_FIELD_NUMBER
        另请参阅:
        常量字段值
      • LIMIT_FIELD_NUMBER

        public static final int LIMIT_FIELD_NUMBER
        另请参阅:
        常量字段值
      • ORDER_FIELD_NUMBER

        public static final int ORDER_FIELD_NUMBER
        另请参阅:
        常量字段值
      • OPERATION_FIELD_NUMBER

        public static final int OPERATION_FIELD_NUMBER
        另请参阅:
        常量字段值
      • ARGS_FIELD_NUMBER

        public static final int ARGS_FIELD_NUMBER
        另请参阅:
        常量字段值
      • LIMIT_EXPR_FIELD_NUMBER

        public static final int LIMIT_EXPR_FIELD_NUMBER
        另请参阅:
        常量字段值
    • 方法详细资料

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        覆盖:
        newInstance 在类中 com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        指定者:
        getUnknownFields 在接口中 com.google.protobuf.MessageOrBuilder
        覆盖:
        getUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        指定者:
        internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
      • hasCollection

        public boolean hasCollection()
         collection to change 
         
        required .Mysqlx.Crud.Collection collection = 2;
        指定者:
        hasCollection 在接口中 MysqlxCrud.UpdateOrBuilder
        返回:
        Whether the collection field is set.
      • hasDataModel

        public boolean hasDataModel()
         datamodel that the operations refer to  
         
        optional .Mysqlx.Crud.DataModel data_model = 3;
        指定者:
        hasDataModel 在接口中 MysqlxCrud.UpdateOrBuilder
        返回:
        Whether the dataModel field is set.
      • hasCriteria

        public boolean hasCriteria()
         filter expression to match rows that the operations will apply on 
         
        optional .Mysqlx.Expr.Expr criteria = 4;
        指定者:
        hasCriteria 在接口中 MysqlxCrud.UpdateOrBuilder
        返回:
        Whether the criteria field is set.
      • hasLimit

        public boolean hasLimit()
         limits the number of rows to match
        (user can set one of: limit, limit_expr) 
         
        optional .Mysqlx.Crud.Limit limit = 5;
        指定者:
        hasLimit 在接口中 MysqlxCrud.UpdateOrBuilder
        返回:
        Whether the limit field is set.
      • getOperationCount

        public int getOperationCount()
         list of operations to be applied.
        Valid operations will depend on the data_model 
         
        repeated .Mysqlx.Crud.UpdateOperation operation = 7;
        指定者:
        getOperationCount 在接口中 MysqlxCrud.UpdateOrBuilder
      • getArgsCount

        public int getArgsCount()
         values for parameters used in filter expression 
         
        repeated .Mysqlx.Datatypes.Scalar args = 8;
        指定者:
        getArgsCount 在接口中 MysqlxCrud.UpdateOrBuilder
      • hasLimitExpr

        public boolean hasLimitExpr()
         limits the number of rows to match
        (user can set one of: limit, limit_expr) 
         
        optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
        指定者:
        hasLimitExpr 在接口中 MysqlxCrud.UpdateOrBuilder
        返回:
        Whether the limitExpr field is set.
      • isInitialized

        public final boolean isInitialized()
        指定者:
        isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
        覆盖:
        isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        指定者:
        writeTo 在接口中 com.google.protobuf.MessageLite
        覆盖:
        writeTo 在类中 com.google.protobuf.GeneratedMessageV3
        抛出:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        指定者:
        getSerializedSize 在接口中 com.google.protobuf.MessageLite
        覆盖:
        getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        指定者:
        equals 在接口中 com.google.protobuf.Message
        覆盖:
        equals 在类中 com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        指定者:
        hashCode 在接口中 com.google.protobuf.Message
        覆盖:
        hashCode 在类中 com.google.protobuf.AbstractMessage
      • parseFrom

        public static MysqlxCrud.Update parseFrom​(ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MysqlxCrud.Update parseFrom​(ByteBuffer data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MysqlxCrud.Update parseFrom​(com.google.protobuf.ByteString data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MysqlxCrud.Update parseFrom​(com.google.protobuf.ByteString data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MysqlxCrud.Update parseFrom​(byte[] data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MysqlxCrud.Update parseFrom​(byte[] data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static MysqlxCrud.Update parseFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
        抛出:
        IOException
      • newBuilderForType

        public MysqlxCrud.Update.Builder newBuilderForType()
        指定者:
        newBuilderForType 在接口中 com.google.protobuf.Message
        指定者:
        newBuilderForType 在接口中 com.google.protobuf.MessageLite
      • toBuilder

        public MysqlxCrud.Update.Builder toBuilder()
        指定者:
        toBuilder 在接口中 com.google.protobuf.Message
        指定者:
        toBuilder 在接口中 com.google.protobuf.MessageLite
      • newBuilderForType

        protected MysqlxCrud.Update.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        指定者:
        newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<MysqlxCrud.Update> getParserForType()
        指定者:
        getParserForType 在接口中 com.google.protobuf.Message
        指定者:
        getParserForType 在接口中 com.google.protobuf.MessageLite
        覆盖:
        getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public MysqlxCrud.Update getDefaultInstanceForType()
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder