public static final class MysqlxCrud.CreateView.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder> implements MysqlxCrud.CreateViewOrBuilder
CreateView create view based on indicated @ref Mysqlx::Crud::Find messageProtobuf type
Mysqlx.Crud.CreateView| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.CreateView.Builder |
addAllColumn(java.lang.Iterable<java.lang.String> values)
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.CreateView.Builder |
addColumn(java.lang.String value)
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.CreateView.Builder |
addColumnBytes(com.google.protobuf.ByteString value)
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.CreateView.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.CreateView |
build() |
MysqlxCrud.CreateView |
buildPartial() |
MysqlxCrud.CreateView.Builder |
clear() |
MysqlxCrud.CreateView.Builder |
clearAlgorithm()
defines how MySQL Server processes the view
|
MysqlxCrud.CreateView.Builder |
clearCheck()
limits the write operations done on a VIEW
|
MysqlxCrud.CreateView.Builder |
clearCollection()
name of the VIEW object, which should be created
|
MysqlxCrud.CreateView.Builder |
clearColumn()
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.CreateView.Builder |
clearDefiner()
user name of the definer, if the value isn't set then the definer
is current user
|
MysqlxCrud.CreateView.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxCrud.CreateView.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxCrud.CreateView.Builder |
clearReplaceExisting()
if true then suppress error when created view already exists;
just replace it
|
MysqlxCrud.CreateView.Builder |
clearSecurity()
defines the security context in which the view is going be executed
|
MysqlxCrud.CreateView.Builder |
clearStmt()
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
MysqlxCrud.CreateView.Builder |
clone() |
MysqlxCrud.ViewAlgorithm |
getAlgorithm()
defines 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 created
|
MysqlxCrud.Collection.Builder |
getCollectionBuilder()
name of the VIEW object, which should be created
|
MysqlxCrud.CollectionOrBuilder |
getCollectionOrBuilder()
name of the VIEW object, which should be created
|
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.CreateView |
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() |
boolean |
getReplaceExisting()
if true then suppress error when created view already exists;
just replace it
|
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()
defines 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 created
|
boolean |
hasDefiner()
user name of the definer, if the value isn't set then the definer
is current user
|
boolean |
hasReplaceExisting()
if true then suppress error when created view already exists;
just replace it
|
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.CreateView.Builder |
mergeCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be created
|
MysqlxCrud.CreateView.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxCrud.CreateView.Builder |
mergeFrom(com.google.protobuf.Message other) |
MysqlxCrud.CreateView.Builder |
mergeFrom(MysqlxCrud.CreateView other) |
MysqlxCrud.CreateView.Builder |
mergeStmt(MysqlxCrud.Find value)
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
MysqlxCrud.CreateView.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.CreateView.Builder |
setAlgorithm(MysqlxCrud.ViewAlgorithm value)
defines how MySQL Server processes the view
|
MysqlxCrud.CreateView.Builder |
setCheck(MysqlxCrud.ViewCheckOption value)
limits the write operations done on a VIEW
|
MysqlxCrud.CreateView.Builder |
setCollection(MysqlxCrud.Collection.Builder builderForValue)
name of the VIEW object, which should be created
|
MysqlxCrud.CreateView.Builder |
setCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be created
|
MysqlxCrud.CreateView.Builder |
setColumn(int index,
java.lang.String value)
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.CreateView.Builder |
setDefiner(java.lang.String value)
user name of the definer, if the value isn't set then the definer
is current user
|
MysqlxCrud.CreateView.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.CreateView.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.CreateView.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxCrud.CreateView.Builder |
setReplaceExisting(boolean value)
if true then suppress error when created view already exists;
just replace it
|
MysqlxCrud.CreateView.Builder |
setSecurity(MysqlxCrud.ViewSqlSecurity value)
defines the security context in which the view is going be executed
|
MysqlxCrud.CreateView.Builder |
setStmt(MysqlxCrud.Find.Builder builderForValue)
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
MysqlxCrud.CreateView.Builder |
setStmt(MysqlxCrud.Find value)
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
MysqlxCrud.CreateView.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.CreateView.Builder>public MysqlxCrud.CreateView.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.CreateView.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.CreateView.Builder>public MysqlxCrud.CreateView getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MysqlxCrud.CreateView build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.CreateView buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MysqlxCrud.CreateView.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.CreateView.Builder>public MysqlxCrud.CreateView.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.CreateView.Builder>public MysqlxCrud.CreateView.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView.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.CreateView.Builder>public MysqlxCrud.CreateView.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.CreateView.Builder>public MysqlxCrud.CreateView.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView.Builder mergeFrom(MysqlxCrud.CreateView other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public MysqlxCrud.CreateView.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.CreateView.Builder>java.io.IOExceptionpublic boolean hasCollection()
name of the VIEW object, which should be created
required .Mysqlx.Crud.Collection collection = 1;hasCollection in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.Collection getCollection()
name of the VIEW object, which should be created
required .Mysqlx.Crud.Collection collection = 1;getCollection in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.CreateView.Builder setCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be created
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.CreateView.Builder setCollection(MysqlxCrud.Collection.Builder builderForValue)
name of the VIEW object, which should be created
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.CreateView.Builder mergeCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be created
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.CreateView.Builder clearCollection()
name of the VIEW object, which should be created
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.Collection.Builder getCollectionBuilder()
name of the VIEW object, which should be created
required .Mysqlx.Crud.Collection collection = 1;public MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
name of the VIEW object, which should be created
required .Mysqlx.Crud.Collection collection = 1;getCollectionOrBuilder in interface MysqlxCrud.CreateViewOrBuilderpublic 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.CreateViewOrBuilderpublic 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.CreateViewOrBuilderpublic 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.CreateViewOrBuilderpublic MysqlxCrud.CreateView.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.CreateView.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.CreateView.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()
defines how MySQL Server processes the view
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];hasAlgorithm in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.ViewAlgorithm getAlgorithm()
defines how MySQL Server processes the view
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];getAlgorithm in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.CreateView.Builder setAlgorithm(MysqlxCrud.ViewAlgorithm value)
defines how MySQL Server processes the view
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];value - The algorithm to set.public MysqlxCrud.CreateView.Builder clearAlgorithm()
defines how MySQL Server processes the view
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];public boolean hasSecurity()
defines the security context in which the view is going be executed
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];hasSecurity in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.ViewSqlSecurity getSecurity()
defines the security context in which the view is going be executed
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];getSecurity in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.CreateView.Builder setSecurity(MysqlxCrud.ViewSqlSecurity value)
defines the security context in which the view is going be executed
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];value - The security to set.public MysqlxCrud.CreateView.Builder clearSecurity()
defines the security context in which the view is going be executed
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];public boolean hasCheck()
limits the write operations done on a VIEW
optional .Mysqlx.Crud.ViewCheckOption check = 5;hasCheck in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.ViewCheckOption getCheck()
limits the write operations done on a VIEW
optional .Mysqlx.Crud.ViewCheckOption check = 5;getCheck in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.CreateView.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.CreateView.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.CreateViewOrBuilderpublic int getColumnCount()
defines the list of aliases for column names specified in `stmt`
repeated string column = 6;getColumnCount in interface MysqlxCrud.CreateViewOrBuilderpublic 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.CreateViewOrBuilderindex - 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.CreateViewOrBuilderindex - The index of the value to return.public MysqlxCrud.CreateView.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.CreateView.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.CreateView.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.CreateView.Builder clearColumn()
defines the list of aliases for column names specified in `stmt`
repeated string column = 6;public MysqlxCrud.CreateView.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
required .Mysqlx.Crud.Find stmt = 7;hasStmt in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.Find getStmt()
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
required .Mysqlx.Crud.Find stmt = 7;getStmt in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.CreateView.Builder setStmt(MysqlxCrud.Find value)
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
required .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.CreateView.Builder setStmt(MysqlxCrud.Find.Builder builderForValue)
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
required .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.CreateView.Builder mergeStmt(MysqlxCrud.Find value)
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
required .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.CreateView.Builder clearStmt()
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
required .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.Find.Builder getStmtBuilder()
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
required .Mysqlx.Crud.Find stmt = 7;public MysqlxCrud.FindOrBuilder getStmtOrBuilder()
Mysqlx.Crud.Find message from which the SELECT statement is going to be build
required .Mysqlx.Crud.Find stmt = 7;getStmtOrBuilder in interface MysqlxCrud.CreateViewOrBuilderpublic boolean hasReplaceExisting()
if true then suppress error when created view already exists; just replace it
optional bool replace_existing = 8 [default = false];hasReplaceExisting in interface MysqlxCrud.CreateViewOrBuilderpublic boolean getReplaceExisting()
if true then suppress error when created view already exists; just replace it
optional bool replace_existing = 8 [default = false];getReplaceExisting in interface MysqlxCrud.CreateViewOrBuilderpublic MysqlxCrud.CreateView.Builder setReplaceExisting(boolean value)
if true then suppress error when created view already exists; just replace it
optional bool replace_existing = 8 [default = false];value - The replaceExisting to set.public MysqlxCrud.CreateView.Builder clearReplaceExisting()
if true then suppress error when created view already exists; just replace it
optional bool replace_existing = 8 [default = false];public final MysqlxCrud.CreateView.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>public final MysqlxCrud.CreateView.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.CreateView.Builder>