public interface SourceEnvOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultDatabase()
The default database name to fully qualify SQL objects when their database
name is missing.
|
com.google.protobuf.ByteString |
getDefaultDatabaseBytes()
The default database name to fully qualify SQL objects when their database
name is missing.
|
String |
getSchemaSearchPath(int index)
The schema search path.
|
com.google.protobuf.ByteString |
getSchemaSearchPathBytes(int index)
The schema search path.
|
int |
getSchemaSearchPathCount()
The schema search path.
|
List<String> |
getSchemaSearchPathList()
The schema search path.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDefaultDatabase()
The default database name to fully qualify SQL objects when their database name is missing.
string default_database = 1;com.google.protobuf.ByteString getDefaultDatabaseBytes()
The default database name to fully qualify SQL objects when their database name is missing.
string default_database = 1;List<String> getSchemaSearchPathList()
The schema search path. When SQL objects are missing schema name, translation engine will search through this list to find the value.
repeated string schema_search_path = 2;int getSchemaSearchPathCount()
The schema search path. When SQL objects are missing schema name, translation engine will search through this list to find the value.
repeated string schema_search_path = 2;String getSchemaSearchPath(int index)
The schema search path. When SQL objects are missing schema name, translation engine will search through this list to find the value.
repeated string schema_search_path = 2;index - The index of the element to return.com.google.protobuf.ByteString getSchemaSearchPathBytes(int index)
The schema search path. When SQL objects are missing schema name, translation engine will search through this list to find the value.
repeated string schema_search_path = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.