Package com.mysql.cj.x.protobuf
Interface MysqlxCrud.DropViewOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxCrud.DropView,MysqlxCrud.DropView.Builder
- Enclosing class:
- MysqlxCrud
public static interface MysqlxCrud.DropViewOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description MysqlxCrud.CollectiongetCollection()required .Mysqlx.Crud.Collection collection = 1;MysqlxCrud.CollectionOrBuildergetCollectionOrBuilder()required .Mysqlx.Crud.Collection collection = 1;booleangetIfExists()optional bool if_exists = 2 [default = false];booleanhasCollection()required .Mysqlx.Crud.Collection collection = 1;booleanhasIfExists()optional bool if_exists = 2 [default = false];Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCollection
boolean hasCollection()required .Mysqlx.Crud.Collection collection = 1;- Returns:
- Whether the collection field is set.
-
getCollection
MysqlxCrud.Collection getCollection()required .Mysqlx.Crud.Collection collection = 1;- Returns:
- The collection.
-
getCollectionOrBuilder
MysqlxCrud.CollectionOrBuilder getCollectionOrBuilder()required .Mysqlx.Crud.Collection collection = 1; -
hasIfExists
boolean hasIfExists()optional bool if_exists = 2 [default = false];- Returns:
- Whether the ifExists field is set.
-
getIfExists
boolean getIfExists()optional bool if_exists = 2 [default = false];- Returns:
- The ifExists.
-