public static final class MysqlxCrud.CreateView extends com.google.protobuf.GeneratedMessageV3 implements MysqlxCrud.CreateViewOrBuilder
CreateView create view based on indicated @ref Mysqlx::Crud::Find messageProtobuf type
Mysqlx.Crud.CreateView
Modifier and Type | Class and Description |
---|---|
static class |
MysqlxCrud.CreateView.Builder
CreateView create view based on indicated @ref Mysqlx::Crud::Find message
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
ALGORITHM_FIELD_NUMBER |
static int |
CHECK_FIELD_NUMBER |
static int |
COLLECTION_FIELD_NUMBER |
static int |
COLUMN_FIELD_NUMBER |
static int |
DEFINER_FIELD_NUMBER |
static com.google.protobuf.Parser<MysqlxCrud.CreateView> |
PARSER
Deprecated.
|
static int |
REPLACE_EXISTING_FIELD_NUMBER |
static int |
SECURITY_FIELD_NUMBER |
static int |
STMT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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.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`
|
static MysqlxCrud.CreateView |
getDefaultInstance() |
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.Parser<MysqlxCrud.CreateView> |
getParserForType() |
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
|
int |
getSerializedSize() |
MysqlxCrud.Find |
getStmt()
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
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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
|
int |
hashCode() |
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() |
static MysqlxCrud.CreateView.Builder |
newBuilder() |
static MysqlxCrud.CreateView.Builder |
newBuilder(MysqlxCrud.CreateView prototype) |
MysqlxCrud.CreateView.Builder |
newBuilderForType() |
protected MysqlxCrud.CreateView.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static MysqlxCrud.CreateView |
parseDelimitedFrom(java.io.InputStream input) |
static MysqlxCrud.CreateView |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.CreateView |
parseFrom(byte[] data) |
static MysqlxCrud.CreateView |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.CreateView |
parseFrom(java.nio.ByteBuffer data) |
static MysqlxCrud.CreateView |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.CreateView |
parseFrom(com.google.protobuf.ByteString data) |
static MysqlxCrud.CreateView |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.CreateView |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MysqlxCrud.CreateView |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MysqlxCrud.CreateView |
parseFrom(java.io.InputStream input) |
static MysqlxCrud.CreateView |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<MysqlxCrud.CreateView> |
parser() |
MysqlxCrud.CreateView.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int COLLECTION_FIELD_NUMBER
public static final int DEFINER_FIELD_NUMBER
public static final int ALGORITHM_FIELD_NUMBER
public static final int SECURITY_FIELD_NUMBER
public static final int CHECK_FIELD_NUMBER
public static final int COLUMN_FIELD_NUMBER
public static final int STMT_FIELD_NUMBER
public static final int REPLACE_EXISTING_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<MysqlxCrud.CreateView> PARSER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasCollection()
name of the VIEW object, which should be created
required .Mysqlx.Crud.Collection collection = 1;
hasCollection
in interface MysqlxCrud.CreateViewOrBuilder
public MysqlxCrud.Collection getCollection()
name of the VIEW object, which should be created
required .Mysqlx.Crud.Collection collection = 1;
getCollection
in interface MysqlxCrud.CreateViewOrBuilder
public MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
name of the VIEW object, which should be created
required .Mysqlx.Crud.Collection collection = 1;
getCollectionOrBuilder
in interface MysqlxCrud.CreateViewOrBuilder
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
in interface MysqlxCrud.CreateViewOrBuilder
public 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.CreateViewOrBuilder
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
in interface MysqlxCrud.CreateViewOrBuilder
public boolean hasAlgorithm()
defines how MySQL Server processes the view
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
hasAlgorithm
in interface MysqlxCrud.CreateViewOrBuilder
public MysqlxCrud.ViewAlgorithm getAlgorithm()
defines how MySQL Server processes the view
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
getAlgorithm
in interface MysqlxCrud.CreateViewOrBuilder
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.CreateViewOrBuilder
public 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.CreateViewOrBuilder
public boolean hasCheck()
limits the write operations done on a VIEW
optional .Mysqlx.Crud.ViewCheckOption check = 5;
hasCheck
in interface MysqlxCrud.CreateViewOrBuilder
public MysqlxCrud.ViewCheckOption getCheck()
limits the write operations done on a VIEW
optional .Mysqlx.Crud.ViewCheckOption check = 5;
getCheck
in interface MysqlxCrud.CreateViewOrBuilder
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.CreateViewOrBuilder
public int getColumnCount()
defines the list of aliases for column names specified in `stmt`
repeated string column = 6;
getColumnCount
in interface MysqlxCrud.CreateViewOrBuilder
public 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.CreateViewOrBuilder
index
- 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.CreateViewOrBuilder
index
- The index of the value to return.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.CreateViewOrBuilder
public 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.CreateViewOrBuilder
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.CreateViewOrBuilder
public 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.CreateViewOrBuilder
public 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.CreateViewOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static MysqlxCrud.CreateView parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MysqlxCrud.CreateView parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MysqlxCrud.CreateView parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MysqlxCrud.CreateView parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MysqlxCrud.CreateView parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MysqlxCrud.CreateView parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MysqlxCrud.CreateView parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static MysqlxCrud.CreateView parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MysqlxCrud.CreateView parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static MysqlxCrud.CreateView parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MysqlxCrud.CreateView parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static MysqlxCrud.CreateView parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public MysqlxCrud.CreateView.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static MysqlxCrud.CreateView.Builder newBuilder()
public static MysqlxCrud.CreateView.Builder newBuilder(MysqlxCrud.CreateView prototype)
public MysqlxCrud.CreateView.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected MysqlxCrud.CreateView.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static MysqlxCrud.CreateView getDefaultInstance()
public static com.google.protobuf.Parser<MysqlxCrud.CreateView> parser()
public com.google.protobuf.Parser<MysqlxCrud.CreateView> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public MysqlxCrud.CreateView getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder