public class ConnectionInfo extends Object
Constructor and Description |
---|
ConnectionInfo(String dbName,
int port,
String user) |
ConnectionInfo(String dbName,
int port,
String user,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
String |
getDbName() |
int |
getPort() |
Map<String,String> |
getProperties() |
String |
getUser() |
Copyright © 2018. All rights reserved.