public static interface MysqlxCrud.DropViewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Collection |
getCollection()
required .Mysqlx.Crud.Collection collection = 1; |
MysqlxCrud.CollectionOrBuilder |
getCollectionOrBuilder()
required .Mysqlx.Crud.Collection collection = 1; |
boolean |
getIfExists()
optional bool if_exists = 2 [default = false]; |
boolean |
hasCollection()
required .Mysqlx.Crud.Collection collection = 1; |
boolean |
hasIfExists()
optional bool if_exists = 2 [default = false]; |
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 hasIfExists()
optional bool if_exists = 2 [default = false];boolean getIfExists()
optional bool if_exists = 2 [default = false];