Package io.deephaven.proto.jdbc
Interface JdbcQueryTableRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
JdbcQueryTableRequest,JdbcQueryTableRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionThe catalogThe catalogintThe max rowsgetQuery()The jdbc queryThe jdbc queryintThe session ID for the connectionMethods 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.
-
getMaxRows
int getMaxRows()The max rows
int32 max_rows = 4;- Returns:
- The maxRows.
-