接口 MysqlxCrud.DropViewOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    MysqlxCrud.DropView, MysqlxCrud.DropView.Builder
    封闭类:
    MysqlxCrud

    public static interface MysqlxCrud.DropViewOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      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
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • 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.