Package org.apache.calcite.avatica.proto
Interface Common.ConnectionPropertiesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.ConnectionProperties,Common.ConnectionProperties.Builder
- Enclosing class:
- Common
public static interface Common.ConnectionPropertiesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAutoCommit()bool auto_commit = 2;java.lang.StringgetCatalog()string catalog = 5;com.google.protobuf.ByteStringgetCatalogBytes()string catalog = 5;booleangetHasAutoCommit()field is a Boolean, need to discern null and default valuebooleangetHasReadOnly()field is a Boolean, need to discern null and default valuebooleangetIsDirty()bool is_dirty = 1;booleangetReadOnly()bool read_only = 3;java.lang.StringgetSchema()string schema = 6;com.google.protobuf.ByteStringgetSchemaBytes()string schema = 6;intgetTransactionIsolation()uint32 transaction_isolation = 4;-
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;
-
-