public static final class MysqlxCrud.ModifyView.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder> implements MysqlxCrud.ModifyViewOrBuilder
ModifyView modify existing view based on indicated @ref Mysqlx::Crud::Find messageProtobuf type
Mysqlx.Crud.ModifyView| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.ModifyView.Builder |
addAllColumn(java.lang.Iterable<java.lang.String> values)
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.ModifyView.Builder |
addColumn(java.lang.String value)
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.ModifyView.Builder |
addColumnBytes(com.google.protobuf.ByteString value)
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.ModifyView.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.ModifyView |
build() |
MysqlxCrud.ModifyView |
buildPartial() |
MysqlxCrud.ModifyView.Builder |
clear() |
MysqlxCrud.ModifyView.Builder |
clearAlgorithm()
defined how MySQL Server processes the view
|
MysqlxCrud.ModifyView.Builder |
clearCheck()
limits the write operations done on a VIEW
|
MysqlxCrud.ModifyView.Builder |
clearCollection()
name of the VIEW object, which should be modified
|
MysqlxCrud.ModifyView.Builder |
clearColumn()
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.ModifyView.Builder |
clearDefiner()
user name of the definer,
if the value isn't set then the definer is current user
|
MysqlxCrud.ModifyView.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxCrud.ModifyView.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxCrud.ModifyView.Builder |
clearSecurity()
defines the security context in which the view is going be executed
|
MysqlxCrud.ModifyView.Builder |
clearStmt()
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
MysqlxCrud.ModifyView.Builder |
clone() |
MysqlxCrud.ViewAlgorithm |
getAlgorithm()
defined how MySQL Server processes the view
|
MysqlxCrud.ViewCheckOption |
getCheck()
limits the write operations done on a VIEW
|
MysqlxCrud.Collection |
getCollection()
name of the VIEW object, which should be modified
|
MysqlxCrud.Collection.Builder |
getCollectionBuilder()
name of the VIEW object, which should be modified
|
MysqlxCrud.CollectionOrBuilder |
getCollectionOrBuilder()
name of the VIEW object, which should be modified
|
java.lang.String |
getColumn(int index)
defines the list of aliases for column names specified in `stmt`
|
com.google.protobuf.ByteString |
getColumnBytes(int index)
defines the list of aliases for column names specified in `stmt`
|
int |
getColumnCount()
defines the list of aliases for column names specified in `stmt`
|
com.google.protobuf.ProtocolStringList |
getColumnList()
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.ModifyView |
getDefaultInstanceForType() |
java.lang.String |
getDefiner()
user name of the definer,
if the value isn't set then the definer is current user
|
com.google.protobuf.ByteString |
getDefinerBytes()
user name of the definer,
if the value isn't set then the definer is current user
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
MysqlxCrud.ViewSqlSecurity |
getSecurity()
defines the security context in which the view is going be executed
|
MysqlxCrud.Find |
getStmt()
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
MysqlxCrud.Find.Builder |
getStmtBuilder()
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
MysqlxCrud.FindOrBuilder |
getStmtOrBuilder()
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
boolean |
hasAlgorithm()
defined how MySQL Server processes the view
|
boolean |
hasCheck()
limits the write operations done on a VIEW
|
boolean |
hasCollection()
name of the VIEW object, which should be modified
|
boolean |
hasDefiner()
user name of the definer,
if the value isn't set then the definer is current user
|
boolean |
hasSecurity()
defines the security context in which the view is going be executed
|
boolean |
hasStmt()
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MysqlxCrud.ModifyView.Builder |
mergeCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be modified
|
MysqlxCrud.ModifyView.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxCrud.ModifyView.Builder |
mergeFrom(com.google.protobuf.Message other) |
MysqlxCrud.ModifyView.Builder |
mergeFrom(MysqlxCrud.ModifyView other) |
MysqlxCrud.ModifyView.Builder |
mergeStmt(MysqlxCrud.Find value)
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
MysqlxCrud.ModifyView.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.ModifyView.Builder |
setAlgorithm(MysqlxCrud.ViewAlgorithm value)
defined how MySQL Server processes the view
|
MysqlxCrud.ModifyView.Builder |
setCheck(MysqlxCrud.ViewCheckOption value)
limits the write operations done on a VIEW
|
MysqlxCrud.ModifyView.Builder |
setCollection(MysqlxCrud.Collection.Builder builderForValue)
name of the VIEW object, which should be modified
|
MysqlxCrud.ModifyView.Builder |
setCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be modified
|
MysqlxCrud.ModifyView.Builder |
setColumn(int index,
java.lang.String value)
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.ModifyView.Builder |
setDefiner(java.lang.String value)
user name of the definer,
if the value isn't set then the definer is current user
|
MysqlxCrud.ModifyView.Builder |
setDefinerBytes(com.google.protobuf.ByteString value)
user name of the definer,
if the value isn't set then the definer is current user
|
MysqlxCrud.ModifyView.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.ModifyView.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxCrud.ModifyView.Builder |
setSecurity(MysqlxCrud.ViewSqlSecurity value)
defines the security context in which the view is going be executed
|
MysqlxCrud.ModifyView.Builder |
setStmt(MysqlxCrud.Find.Builder builderForValue)
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
MysqlxCrud.ModifyView.Builder |
setStmt(MysqlxCrud.Find value)
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
MysqlxCrud.ModifyView.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>public MysqlxCrud.ModifyView.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>public MysqlxCrud.ModifyView getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MysqlxCrud.ModifyView build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.ModifyView buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.ModifyView.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>public MysqlxCrud.ModifyView.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>public MysqlxCrud.ModifyView.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>public MysqlxCrud.ModifyView.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>public MysqlxCrud.ModifyView.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>public MysqlxCrud.ModifyView.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>public MysqlxCrud.ModifyView.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.ModifyView.Builder>public MysqlxCrud.ModifyView.Builder mergeFrom(MysqlxCrud.ModifyView other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>public MysqlxCrud.ModifyView.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.ModifyView.Builder>java.io.IOExceptionpublic boolean hasCollection()
name of the VIEW object, which should be modified
required .Mysqlx.Crud.Collection collection = 1;hasCollection in interface MysqlxCrud.ModifyViewOrBuilderpublic MysqlxCrud.Collection getCollection()
name of the VIEW object, which should be modified
required .Mysqlx.Crud.Collection collection = 1;getCollection in interface MysqlxCrud.ModifyViewOrBuilderpublic MysqlxCrud.ModifyView.Builder setCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be modified
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.ModifyView.Builder setCollection(MysqlxCrud.Collection.Builder builderForValue)
name of the VIEW object, which should be modified
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.ModifyView.Builder mergeCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be modified
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.ModifyView.Builder clearCollection()
name of the VIEW object, which should be modified
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.Collection.Builder getCollectionBuilder()
name of the VIEW object, which should be modified
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
name of the VIEW object, which should be modified
required .Mysqlx.Crud.Collection collection = 1;getCollectionOrBuilder in interface MysqlxCrud.ModifyViewOrBuilderpublic boolean hasDefiner()
user name of the definer, if the value isn't set then the definer is current user
optional string definer = 2;hasDefiner in interface MysqlxCrud.ModifyViewOrBuilderpublic java.lang.String getDefiner()
user name of the definer, if the value isn't set then the definer is current user
optional string definer = 2;getDefiner in interface MysqlxCrud.ModifyViewOrBuilderpublic 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 in interface MysqlxCrud.ModifyViewOrBuilderpublic MysqlxCrud.ModifyView.Builder setDefiner(java.lang.String value)
user name of the definer, if the value isn't set then the definer is current user
optional string definer = 2;value - The definer to set.public MysqlxCrud.ModifyView.Builder clearDefiner()
user name of the definer, if the value isn't set then the definer is current user
optional string definer = 2;public MysqlxCrud.ModifyView.Builder setDefinerBytes(com.google.protobuf.ByteString value)
user name of the definer, if the value isn't set then the definer is current user
optional string definer = 2;value - The bytes for definer to set.public boolean hasAlgorithm()
defined how MySQL Server processes the view
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;hasAlgorithm in interface MysqlxCrud.ModifyViewOrBuilderpublic MysqlxCrud.ViewAlgorithm getAlgorithm()
defined how MySQL Server processes the view
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;getAlgorithm in interface MysqlxCrud.ModifyViewOrBuilderpublic MysqlxCrud.ModifyView.Builder setAlgorithm(MysqlxCrud.ViewAlgorithm value)
defined how MySQL Server processes the view
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;value - The algorithm to set.public MysqlxCrud.ModifyView.Builder clearAlgorithm()
defined how MySQL Server processes the view
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;public boolean hasSecurity()
defines the security context in which the view is going be executed
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;hasSecurity in interface MysqlxCrud.ModifyViewOrBuilderpublic MysqlxCrud.ViewSqlSecurity getSecurity()
defines the security context in which the view is going be executed
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;getSecurity in interface MysqlxCrud.ModifyViewOrBuilderpublic MysqlxCrud.ModifyView.Builder setSecurity(MysqlxCrud.ViewSqlSecurity value)
defines the security context in which the view is going be executed
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;value - The security to set.public MysqlxCrud.ModifyView.Builder clearSecurity()
defines the security context in which the view is going be executed
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;public boolean hasCheck()
limits the write operations done on a VIEW
optional .Mysqlx.Crud.ViewCheckOption check = 5;hasCheck in interface MysqlxCrud.ModifyViewOrBuilderpublic MysqlxCrud.ViewCheckOption getCheck()
limits the write operations done on a VIEW
optional .Mysqlx.Crud.ViewCheckOption check = 5;getCheck in interface MysqlxCrud.ModifyViewOrBuilderpublic MysqlxCrud.ModifyView.Builder setCheck(MysqlxCrud.ViewCheckOption value)
limits the write operations done on a VIEW
optional .Mysqlx.Crud.ViewCheckOption check = 5;value - The check to set.public MysqlxCrud.ModifyView.Builder clearCheck()
limits the write operations done on a VIEW
optional .Mysqlx.Crud.ViewCheckOption check = 5;public com.google.protobuf.ProtocolStringList getColumnList()
defines the list of aliases for column names specified in `stmt`
repeated string column = 6;getColumnList in interface MysqlxCrud.ModifyViewOrBuilderpublic int getColumnCount()
defines the list of aliases for column names specified in `stmt`
repeated string column = 6;getColumnCount in interface MysqlxCrud.ModifyViewOrBuilderpublic java.lang.String getColumn(int index)
defines the list of aliases for column names specified in `stmt`
repeated string column = 6;getColumn in interface MysqlxCrud.ModifyViewOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getColumnBytes(int index)
defines the list of aliases for column names specified in `stmt`
repeated string column = 6;getColumnBytes in interface MysqlxCrud.ModifyViewOrBuilderindex - The index of the value to return.public MysqlxCrud.ModifyView.Builder setColumn(int index, java.lang.String value)
defines the list of aliases for column names specified in `stmt`
repeated string column = 6;index - The index to set the value at.value - The column to set.public MysqlxCrud.ModifyView.Builder addColumn(java.lang.String value)
defines the list of aliases for column names specified in `stmt`
repeated string column = 6;value - The column to add.public MysqlxCrud.ModifyView.Builder addAllColumn(java.lang.Iterable<java.lang.String> values)
defines the list of aliases for column names specified in `stmt`
repeated string column = 6;values - The column to add.public MysqlxCrud.ModifyView.Builder clearColumn()
defines the list of aliases for column names specified in `stmt`
repeated string column = 6;public MysqlxCrud.ModifyView.Builder addColumnBytes(com.google.protobuf.ByteString value)
defines the list of aliases for column names specified in `stmt`
repeated string column = 6;value - The bytes of the column to add.public boolean hasStmt()
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
optional .Mysqlx.Crud.Find stmt = 7;hasStmt in interface MysqlxCrud.ModifyViewOrBuilderpublic MysqlxCrud.Find getStmt()
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
optional .Mysqlx.Crud.Find stmt = 7;getStmt in interface MysqlxCrud.ModifyViewOrBuilderpublic MysqlxCrud.ModifyView.Builder setStmt(MysqlxCrud.Find value)
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
optional .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.ModifyView.Builder setStmt(MysqlxCrud.Find.Builder builderForValue)
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
optional .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.ModifyView.Builder mergeStmt(MysqlxCrud.Find value)
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
optional .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.ModifyView.Builder clearStmt()
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
optional .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.Find.Builder getStmtBuilder()
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
optional .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.FindOrBuilder getStmtOrBuilder()
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
optional .Mysqlx.Crud.Find stmt = 7;getStmtOrBuilder in interface MysqlxCrud.ModifyViewOrBuilderpublic final MysqlxCrud.ModifyView.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>public final MysqlxCrud.ModifyView.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.ModifyView.Builder>