public static interface Common.ConnectionPropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoCommit()
optional bool auto_commit = 2; |
String |
getCatalog()
optional string catalog = 5; |
com.google.protobuf.ByteString |
getCatalogBytes()
optional string catalog = 5; |
boolean |
getHasAutoCommit()
optional bool has_auto_commit = 7; |
boolean |
getHasReadOnly()
optional bool has_read_only = 8; |
boolean |
getIsDirty()
optional bool is_dirty = 1; |
boolean |
getReadOnly()
optional bool read_only = 3; |
String |
getSchema()
optional string schema = 6; |
com.google.protobuf.ByteString |
getSchemaBytes()
optional string schema = 6; |
int |
getTransactionIsolation()
optional uint32 transaction_isolation = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getIsDirty()
optional bool is_dirty = 1;boolean getAutoCommit()
optional bool auto_commit = 2;boolean getHasAutoCommit()
optional bool has_auto_commit = 7;
field is a Boolean, need to discern null and default value
boolean getReadOnly()
optional bool read_only = 3;boolean getHasReadOnly()
optional bool has_read_only = 8;
field is a Boolean, need to discern null and default value
int getTransactionIsolation()
optional uint32 transaction_isolation = 4;String getCatalog()
optional string catalog = 5;com.google.protobuf.ByteString getCatalogBytes()
optional string catalog = 5;String getSchema()
optional string schema = 6;com.google.protobuf.ByteString getSchemaBytes()
optional string schema = 6;Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.