Interface Common.ConnectionPropertiesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAutoCommit()
      bool auto_commit = 2;
      java.lang.String getCatalog()
      string catalog = 5;
      com.google.protobuf.ByteString getCatalogBytes()
      string catalog = 5;
      boolean getHasAutoCommit()
      field is a Boolean, need to discern null and default value
      boolean getHasReadOnly()
      field is a Boolean, need to discern null and default value
      boolean getIsDirty()
      bool is_dirty = 1;
      boolean getReadOnly()
      bool read_only = 3;
      java.lang.String getSchema()
      string schema = 6;
      com.google.protobuf.ByteString getSchemaBytes()
      string schema = 6;
      int getTransactionIsolation()
      uint32 transaction_isolation = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getIsDirty

        boolean getIsDirty()
        bool is_dirty = 1;
      • getAutoCommit

        boolean getAutoCommit()
        bool auto_commit = 2;
      • getHasAutoCommit

        boolean getHasAutoCommit()
         field is a Boolean, need to discern null and default value
         
        bool has_auto_commit = 7;
      • getReadOnly

        boolean getReadOnly()
        bool read_only = 3;
      • getHasReadOnly

        boolean getHasReadOnly()
         field is a Boolean, need to discern null and default value
         
        bool has_read_only = 8;
      • getTransactionIsolation

        int getTransactionIsolation()
        uint32 transaction_isolation = 4;
      • getCatalog

        java.lang.String getCatalog()
        string catalog = 5;
      • getCatalogBytes

        com.google.protobuf.ByteString getCatalogBytes()
        string catalog = 5;
      • getSchema

        java.lang.String getSchema()
        string schema = 6;
      • getSchemaBytes

        com.google.protobuf.ByteString getSchemaBytes()
        string schema = 6;