Package io.deephaven.proto.jdbc
Interface JdbcTableNamesRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
JdbcTableNamesRequest,JdbcTableNamesRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog for the table namesThe catalog for the table namesintThe 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.
-
getCatalogName
String getCatalogName()The catalog for the table names
string catalog_name = 2;- Returns:
- The catalogName.
-
getCatalogNameBytes
ByteString getCatalogNameBytes()The catalog for the table names
string catalog_name = 2;- Returns:
- The bytes for catalogName.
-