public static interface MysqlxCrud.DropViewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Collection |
getCollection()
name of the VIEW object, which should be deleted
|
MysqlxCrud.CollectionOrBuilder |
getCollectionOrBuilder()
name of the VIEW object, which should be deleted
|
boolean |
getIfExists()
if true then suppress error when deleted view does not exists
|
boolean |
hasCollection()
name of the VIEW object, which should be deleted
|
boolean |
hasIfExists()
if true then suppress error when deleted view does not exists
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCollection()
name of the VIEW object, which should be deleted
required .Mysqlx.Crud.Collection collection = 1;MysqlxCrud.Collection getCollection()
name of the VIEW object, which should be deleted
required .Mysqlx.Crud.Collection collection = 1;MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
name of the VIEW object, which should be deleted
required .Mysqlx.Crud.Collection collection = 1;boolean hasIfExists()
if true then suppress error when deleted view does not exists
optional bool if_exists = 2 [default = false];boolean getIfExists()
if true then suppress error when deleted view does not exists
optional bool if_exists = 2 [default = false];