public class ConnectionJdbcSpec extends Object implements ConnectionSpec
Constructor and Description |
---|
ConnectionJdbcSpec(String driver,
String url,
Properties properties) |
ConnectionJdbcSpec(String driver,
String url,
String user,
String password) |
Modifier and Type | Method and Description |
---|---|
String |
getDriver() |
String |
getPassword() |
Properties |
getProps() |
String |
getUrl() |
String |
getUser() |
public ConnectionJdbcSpec(String driver, String url, String user, String password)
public ConnectionJdbcSpec(String driver, String url, Properties properties)
public String getDriver()
public String getUrl()
public String getUser()
public String getPassword()
public Properties getProps()
Copyright © 2019 JavaLite. All rights reserved.