public static interface MysqlxCrud.CreateViewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.ViewAlgorithm |
getAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED]; |
MysqlxCrud.ViewCheckOption |
getCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5; |
MysqlxCrud.Collection |
getCollection()
required .Mysqlx.Crud.Collection collection = 1; |
MysqlxCrud.CollectionOrBuilder |
getCollectionOrBuilder()
required .Mysqlx.Crud.Collection collection = 1; |
java.lang.String |
getColumn(int index)
repeated string column = 6; |
com.google.protobuf.ByteString |
getColumnBytes(int index)
repeated string column = 6; |
int |
getColumnCount()
repeated string column = 6; |
java.util.List<java.lang.String> |
getColumnList()
repeated string column = 6; |
java.lang.String |
getDefiner()
optional string definer = 2; |
com.google.protobuf.ByteString |
getDefinerBytes()
optional string definer = 2; |
boolean |
getReplaceExisting()
optional bool replace_existing = 8 [default = false]; |
MysqlxCrud.ViewSqlSecurity |
getSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER]; |
MysqlxCrud.Find |
getStmt()
required .Mysqlx.Crud.Find stmt = 7; |
MysqlxCrud.FindOrBuilder |
getStmtOrBuilder()
required .Mysqlx.Crud.Find stmt = 7; |
boolean |
hasAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED]; |
boolean |
hasCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5; |
boolean |
hasCollection()
required .Mysqlx.Crud.Collection collection = 1; |
boolean |
hasDefiner()
optional string definer = 2; |
boolean |
hasReplaceExisting()
optional bool replace_existing = 8 [default = false]; |
boolean |
hasSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER]; |
boolean |
hasStmt()
required .Mysqlx.Crud.Find stmt = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCollection()
required .Mysqlx.Crud.Collection collection = 1;MysqlxCrud.Collection getCollection()
required .Mysqlx.Crud.Collection collection = 1;MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
required .Mysqlx.Crud.Collection collection = 1;boolean hasDefiner()
optional string definer = 2;java.lang.String getDefiner()
optional string definer = 2;com.google.protobuf.ByteString getDefinerBytes()
optional string definer = 2;boolean hasAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];MysqlxCrud.ViewAlgorithm getAlgorithm()
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];boolean hasSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];MysqlxCrud.ViewSqlSecurity getSecurity()
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];boolean hasCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5;MysqlxCrud.ViewCheckOption getCheck()
optional .Mysqlx.Crud.ViewCheckOption check = 5;java.util.List<java.lang.String> getColumnList()
repeated string column = 6;int getColumnCount()
repeated string column = 6;java.lang.String getColumn(int index)
repeated string column = 6;index - The index of the element to return.com.google.protobuf.ByteString getColumnBytes(int index)
repeated string column = 6;index - The index of the value to return.boolean hasStmt()
required .Mysqlx.Crud.Find stmt = 7;MysqlxCrud.Find getStmt()
required .Mysqlx.Crud.Find stmt = 7;MysqlxCrud.FindOrBuilder getStmtOrBuilder()
required .Mysqlx.Crud.Find stmt = 7;boolean hasReplaceExisting()
optional bool replace_existing = 8 [default = false];boolean getReplaceExisting()
optional bool replace_existing = 8 [default = false];