类 MysqlxCrud.ModifyView

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

    public static final class MysqlxCrud.ModifyView
    extends com.google.protobuf.GeneratedMessageV3
    implements MysqlxCrud.ModifyViewOrBuilder
    
    ModifyView modify existing view based on indicated
    @ref Mysqlx::Crud::Find message
     
    Protobuf type Mysqlx.Crud.ModifyView
    另请参阅:
    序列化表格
    • 字段详细资料

      • COLLECTION_FIELD_NUMBER

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

        public static final int DEFINER_FIELD_NUMBER
        另请参阅:
        常量字段值
      • ALGORITHM_FIELD_NUMBER

        public static final int ALGORITHM_FIELD_NUMBER
        另请参阅:
        常量字段值
      • SECURITY_FIELD_NUMBER

        public static final int SECURITY_FIELD_NUMBER
        另请参阅:
        常量字段值
      • CHECK_FIELD_NUMBER

        public static final int CHECK_FIELD_NUMBER
        另请参阅:
        常量字段值
      • COLUMN_FIELD_NUMBER

        public static final int COLUMN_FIELD_NUMBER
        另请参阅:
        常量字段值
      • STMT_FIELD_NUMBER

        public static final int STMT_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()
         name of the VIEW object, which should be modified 
         
        required .Mysqlx.Crud.Collection collection = 1;
        指定者:
        hasCollection 在接口中 MysqlxCrud.ModifyViewOrBuilder
        返回:
        Whether the collection field is set.
      • hasDefiner

        public boolean hasDefiner()
         user name of the definer,
        if the value isn't set then the definer is current user 
         
        optional string definer = 2;
        指定者:
        hasDefiner 在接口中 MysqlxCrud.ModifyViewOrBuilder
        返回:
        Whether the definer field is set.
      • getDefiner

        public String getDefiner()
         user name of the definer,
        if the value isn't set then the definer is current user 
         
        optional string definer = 2;
        指定者:
        getDefiner 在接口中 MysqlxCrud.ModifyViewOrBuilder
        返回:
        The definer.
      • getDefinerBytes

        public com.google.protobuf.ByteString getDefinerBytes()
         user name of the definer,
        if the value isn't set then the definer is current user 
         
        optional string definer = 2;
        指定者:
        getDefinerBytes 在接口中 MysqlxCrud.ModifyViewOrBuilder
        返回:
        The bytes for definer.
      • hasAlgorithm

        public boolean hasAlgorithm()
         defined how MySQL Server processes the view 
         
        optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
        指定者:
        hasAlgorithm 在接口中 MysqlxCrud.ModifyViewOrBuilder
        返回:
        Whether the algorithm field is set.
      • hasSecurity

        public boolean hasSecurity()
         defines the security context in which the view is going be executed 
         
        optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
        指定者:
        hasSecurity 在接口中 MysqlxCrud.ModifyViewOrBuilder
        返回:
        Whether the security field is set.
      • hasCheck

        public boolean hasCheck()
         limits the write operations done on a VIEW 
         
        optional .Mysqlx.Crud.ViewCheckOption check = 5;
        指定者:
        hasCheck 在接口中 MysqlxCrud.ModifyViewOrBuilder
        返回:
        Whether the check field is set.
      • getColumnList

        public com.google.protobuf.ProtocolStringList getColumnList()
         defines the list of aliases for column names specified in `stmt` 
         
        repeated string column = 6;
        指定者:
        getColumnList 在接口中 MysqlxCrud.ModifyViewOrBuilder
        返回:
        A list containing the column.
      • getColumnCount

        public int getColumnCount()
         defines the list of aliases for column names specified in `stmt` 
         
        repeated string column = 6;
        指定者:
        getColumnCount 在接口中 MysqlxCrud.ModifyViewOrBuilder
        返回:
        The count of column.
      • getColumn

        public String getColumn​(int index)
         defines the list of aliases for column names specified in `stmt` 
         
        repeated string column = 6;
        指定者:
        getColumn 在接口中 MysqlxCrud.ModifyViewOrBuilder
        参数:
        index - The index of the element to return.
        返回:
        The column at the given index.
      • getColumnBytes

        public com.google.protobuf.ByteString getColumnBytes​(int index)
         defines the list of aliases for column names specified in `stmt` 
         
        repeated string column = 6;
        指定者:
        getColumnBytes 在接口中 MysqlxCrud.ModifyViewOrBuilder
        参数:
        index - The index of the value to return.
        返回:
        The bytes of the column at the given index.
      • hasStmt

        public boolean hasStmt()
         Mysqlx.Crud.Find message from which the SELECT statement
        is going to be build 
         
        optional .Mysqlx.Crud.Find stmt = 7;
        指定者:
        hasStmt 在接口中 MysqlxCrud.ModifyViewOrBuilder
        返回:
        Whether the stmt 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.ModifyView parseFrom​(ByteBuffer data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

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