| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.ModifyView.Builder |
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 |
MysqlxCrud.ModifyView.Builder.addColumn(java.lang.String value)
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.addColumnBytes(com.google.protobuf.ByteString value)
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.clear() |
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.clearAlgorithm()
defined how MySQL Server processes the view
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.clearCheck()
limits the write operations done on a VIEW
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.clearCollection()
name of the VIEW object, which should be modified
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.clearColumn()
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.clearDefiner()
user name of the definer,
if the value isn't set then the definer is current user
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.clearSecurity()
defines the security context in which the view is going be executed
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.clearStmt()
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.clone() |
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.mergeCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be modified
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.mergeFrom(com.google.protobuf.Message other) |
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.mergeFrom(MysqlxCrud.ModifyView other) |
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.mergeStmt(MysqlxCrud.Find value)
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.newBuilder() |
static MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.newBuilder(MysqlxCrud.ModifyView prototype) |
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.newBuilderForType() |
protected MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.setAlgorithm(MysqlxCrud.ViewAlgorithm value)
defined how MySQL Server processes the view
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.setCheck(MysqlxCrud.ViewCheckOption value)
limits the write operations done on a VIEW
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.setCollection(MysqlxCrud.Collection.Builder builderForValue)
name of the VIEW object, which should be modified
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.setCollection(MysqlxCrud.Collection value)
name of the VIEW object, which should be modified
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.setColumn(int index,
java.lang.String value)
defines the list of aliases for column names specified in `stmt`
|
MysqlxCrud.ModifyView.Builder |
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 |
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 |
MysqlxCrud.ModifyView.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.setSecurity(MysqlxCrud.ViewSqlSecurity value)
defines the security context in which the view is going be executed
|
MysqlxCrud.ModifyView.Builder |
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 |
MysqlxCrud.ModifyView.Builder.setStmt(MysqlxCrud.Find value)
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.toBuilder() |