Package io.deephaven.proto.jdbc
Interface ImportSourceRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
ImportSourceRequest,ImportSourceRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionThe catalogThe catalogThe name of the import sourceThe name of the import sourceThe intraday partition columnThe intraday partition columnThe partition formulaThe partition formulaThe string to be replaced in sourceFile, sourceGlob, and sourceDirectoryThe string to be replaced in sourceFile, sourceGlob, and sourceDirectorygetQuery()The jdbc queryThe jdbc queryThe schema xmlintThe session ID for the connectionbooleanWhether or not to use strict importMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSessionId
int getSessionId()The session ID for the connection
int32 session_id = 1;- Returns:
- The sessionId.
-
getCatalog
String getCatalog()The catalog
string catalog = 2;- Returns:
- The catalog.
-
getCatalogBytes
ByteString getCatalogBytes()The catalog
string catalog = 2;- Returns:
- The bytes for catalog.
-
getQuery
String getQuery()The jdbc query
string query = 3;- Returns:
- The query.
-
getQueryBytes
ByteString getQueryBytes()The jdbc query
string query = 3;- Returns:
- The bytes for query.
-
getImportSourceName
String getImportSourceName()The name of the import source
string import_source_name = 4;- Returns:
- The importSourceName.
-
getImportSourceNameBytes
ByteString getImportSourceNameBytes()The name of the import source
string import_source_name = 4;- Returns:
- The bytes for importSourceName.
-
getPartitionFormula
String getPartitionFormula()The partition formula
string partition_formula = 5;- Returns:
- The partitionFormula.
-
getPartitionFormulaBytes
ByteString getPartitionFormulaBytes()The partition formula
string partition_formula = 5;- Returns:
- The bytes for partitionFormula.
-
getIntradayPartitionColumn
String getIntradayPartitionColumn()The intraday partition column
string intraday_partition_column = 6;- Returns:
- The intradayPartitionColumn.
-
getIntradayPartitionColumnBytes
ByteString getIntradayPartitionColumnBytes()The intraday partition column
string intraday_partition_column = 6;- Returns:
- The bytes for intradayPartitionColumn.
-
getStrict
boolean getStrict()Whether or not to use strict import
bool strict = 7;- Returns:
- The strict.
-
getPartitionSubstitution
String getPartitionSubstitution()The string to be replaced in sourceFile, sourceGlob, and sourceDirectory
string partition_substitution = 8;- Returns:
- The partitionSubstitution.
-
getPartitionSubstitutionBytes
ByteString getPartitionSubstitutionBytes()The string to be replaced in sourceFile, sourceGlob, and sourceDirectory
string partition_substitution = 8;- Returns:
- The bytes for partitionSubstitution.
-
getSchemaXml
ByteString getSchemaXml()The schema xml
bytes schema_xml = 10;- Returns:
- The schemaXml.
-