org.javalite.activejdbc
Class ConnectionJdbcSpec

java.lang.Object
  extended by org.javalite.activejdbc.ConnectionJdbcSpec
All Implemented Interfaces:
ConnectionSpec

public class ConnectionJdbcSpec
extends Object
implements ConnectionSpec

Author:
Igor Polevoy

Constructor Summary
ConnectionJdbcSpec(String driver, String url, Properties properties)
           
ConnectionJdbcSpec(String driver, String url, String user, String password)
           
 
Method Summary
 String getDriver()
           
 String getPassword()
           
 Properties getProps()
           
 String getUrl()
           
 String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionJdbcSpec

public ConnectionJdbcSpec(String driver,
                          String url,
                          String user,
                          String password)

ConnectionJdbcSpec

public ConnectionJdbcSpec(String driver,
                          String url,
                          Properties properties)
Method Detail

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.