接口 MysqlxCrud.DropViewOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- MysqlxCrud
public static interface MysqlxCrud.DropViewOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 MysqlxCrud.CollectiongetCollection()name of the VIEW object, which should be deletedMysqlxCrud.CollectionOrBuildergetCollectionOrBuilder()name of the VIEW object, which should be deletedbooleangetIfExists()if true then suppress error when deleted view does not existsbooleanhasCollection()name of the VIEW object, which should be deletedbooleanhasIfExists()if true then suppress error when deleted view does not exists
-
-
-
方法详细资料
-
hasCollection
boolean hasCollection()
name of the VIEW object, which should be deleted
required .Mysqlx.Crud.Collection collection = 1;- 返回:
- Whether the collection field is set.
-
getCollection
MysqlxCrud.Collection getCollection()
name of the VIEW object, which should be deleted
required .Mysqlx.Crud.Collection collection = 1;- 返回:
- The collection.
-
getCollectionOrBuilder
MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()
name of the VIEW object, which should be deleted
required .Mysqlx.Crud.Collection collection = 1;
-
hasIfExists
boolean hasIfExists()
if true then suppress error when deleted view does not exists
optional bool if_exists = 2 [default = false];- 返回:
- Whether the ifExists field is set.
-
getIfExists
boolean getIfExists()
if true then suppress error when deleted view does not exists
optional bool if_exists = 2 [default = false];- 返回:
- The ifExists.
-
-