public interface ConnectionSettings
Modifier and Type | Method and Description |
---|---|
String |
getDriverName()
Retrieves the class name of the JDBC driver to use.
|
String |
getPassword()
Retrieves the password for connecting to the database.
|
String |
getUrl()
Retrieves the URL for connecting to the database.
|
String |
getUser()
Retrieves the user name for connecting to the database.
|
String getDriverName()
String getPassword()
String getUrl()
String getUser()
Copyright © 2016 Actian Corporation. All rights reserved.