Package io.deephaven.proto.jdbc
Interface JdbcGenerateSchemaRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
JdbcGenerateSchemaRequest,JdbcGenerateSchemaRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionThe assessment method for type inferenceintThe assessment method for type inferenceThe catalogThe catalogThe schema namespaceThe schema namespacegetQuery()The jdbc queryThe jdbc queryintThe session ID for the connectionThe schema table nameThe schema table nameMethods 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.
-
getNamespace
String getNamespace()The schema namespace
string namespace = 4;- Returns:
- The namespace.
-
getNamespaceBytes
ByteString getNamespaceBytes()The schema namespace
string namespace = 4;- Returns:
- The bytes for namespace.
-
getTableName
String getTableName()The schema table name
string table_name = 5;- Returns:
- The tableName.
-
getTableNameBytes
ByteString getTableNameBytes()The schema table name
string table_name = 5;- Returns:
- The bytes for tableName.
-
getAssessmentMethodValue
int getAssessmentMethodValue()The assessment method for type inference
.io.deephaven.proto.jdbc.AssessmentMethod assessment_method = 6;- Returns:
- The enum numeric value on the wire for assessmentMethod.
-
getAssessmentMethod
AssessmentMethod getAssessmentMethod()The assessment method for type inference
.io.deephaven.proto.jdbc.AssessmentMethod assessment_method = 6;- Returns:
- The assessmentMethod.
-