类 MysqlxCrud.Delete

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

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

      • 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
        另请参阅:
        常量字段值
      • 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 = 1;
        指定者:
        hasCollection 在接口中 MysqlxCrud.DeleteOrBuilder
        返回:
        Whether the collection field is set.
      • hasDataModel

        public boolean hasDataModel()
         data model that the operations refer to 
         
        optional .Mysqlx.Crud.DataModel data_model = 2;
        指定者:
        hasDataModel 在接口中 MysqlxCrud.DeleteOrBuilder
        返回:
        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 = 3;
        指定者:
        hasCriteria 在接口中 MysqlxCrud.DeleteOrBuilder
        返回:
        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 = 4;
        指定者:
        hasLimit 在接口中 MysqlxCrud.DeleteOrBuilder
        返回:
        Whether the limit field is set.
      • getArgsCount

        public int getArgsCount()
         values for parameters used in filter expression 
         
        repeated .Mysqlx.Datatypes.Scalar args = 6;
        指定者:
        getArgsCount 在接口中 MysqlxCrud.DeleteOrBuilder
      • 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 = 7;
        指定者:
        hasLimitExpr 在接口中 MysqlxCrud.DeleteOrBuilder
        返回:
        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.Delete parseFrom​(ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

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

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