Package io.deephaven.proto.jdbc
Interface JdbcConnectRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
JdbcConnectRequest,JdbcConnectRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionThe jdbc driver to useThe jdbc driver to useThe passwordThe passwordgetUri()The jdbc connection uriThe jdbc connection uriThe user nameThe user 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
-
getDriverName
String getDriverName()The jdbc driver to use
string driver_name = 1;- Returns:
- The driverName.
-
getDriverNameBytes
ByteString getDriverNameBytes()The jdbc driver to use
string driver_name = 1;- Returns:
- The bytes for driverName.
-
getUri
String getUri()The jdbc connection uri
string uri = 2;- Returns:
- The uri.
-
getUriBytes
ByteString getUriBytes()The jdbc connection uri
string uri = 2;- Returns:
- The bytes for uri.
-
getUserName
String getUserName()The user name
string user_name = 3;- Returns:
- The userName.
-
getUserNameBytes
ByteString getUserNameBytes()The user name
string user_name = 3;- Returns:
- The bytes for userName.
-
getPassword
String getPassword()The password
string password = 4;- Returns:
- The password.
-
getPasswordBytes
ByteString getPasswordBytes()The password
string password = 4;- Returns:
- The bytes for password.
-