| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| Modifier and Type | Field and Description |
|---|---|
private static MysqlxCrud.ViewSqlSecurity[] |
MysqlxCrud.ViewSqlSecurity.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<MysqlxCrud.ViewSqlSecurity> |
MysqlxCrud.ViewSqlSecurity.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxCrud.ViewSqlSecurity |
MysqlxCrud.ViewSqlSecurity.forNumber(int value) |
MysqlxCrud.ViewSqlSecurity |
MysqlxCrud.CreateViewOrBuilder.getSecurity()
defines the security context in which the view is going be executed
|
MysqlxCrud.ViewSqlSecurity |
MysqlxCrud.CreateView.getSecurity()
defines the security context in which the view is going be executed
|
MysqlxCrud.ViewSqlSecurity |
MysqlxCrud.CreateView.Builder.getSecurity()
defines the security context in which the view is going be executed
|
MysqlxCrud.ViewSqlSecurity |
MysqlxCrud.ModifyViewOrBuilder.getSecurity()
defines the security context in which the view is going be executed
|
MysqlxCrud.ViewSqlSecurity |
MysqlxCrud.ModifyView.getSecurity()
defines the security context in which the view is going be executed
|
MysqlxCrud.ViewSqlSecurity |
MysqlxCrud.ModifyView.Builder.getSecurity()
defines the security context in which the view is going be executed
|
static MysqlxCrud.ViewSqlSecurity |
MysqlxCrud.ViewSqlSecurity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxCrud.ViewSqlSecurity |
MysqlxCrud.ViewSqlSecurity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxCrud.ViewSqlSecurity |
MysqlxCrud.ViewSqlSecurity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxCrud.ViewSqlSecurity[] |
MysqlxCrud.ViewSqlSecurity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<MysqlxCrud.ViewSqlSecurity> |
MysqlxCrud.ViewSqlSecurity.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.CreateView.Builder |
MysqlxCrud.CreateView.Builder.setSecurity(MysqlxCrud.ViewSqlSecurity value)
defines the security context in which the view is going be executed
|
MysqlxCrud.ModifyView.Builder |
MysqlxCrud.ModifyView.Builder.setSecurity(MysqlxCrud.ViewSqlSecurity value)
defines the security context in which the view is going be executed
|