org.javalite.activejdbc
Class ConnectionJdbcSpec
java.lang.Object
org.javalite.activejdbc.ConnectionJdbcSpec
- All Implemented Interfaces:
- ConnectionSpec
public class ConnectionJdbcSpec
- extends Object
- implements ConnectionSpec
- Author:
- Igor Polevoy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionJdbcSpec
public ConnectionJdbcSpec(String driver,
String url,
String user,
String password)
ConnectionJdbcSpec
public ConnectionJdbcSpec(String driver,
String url,
Properties properties)
getDriver
public String getDriver()
getUrl
public String getUrl()
getUser
public String getUser()
getPassword
public String getPassword()
getProps
public Properties getProps()
Copyright © 2015 JavaLite. All rights reserved.