org.kuali.common.jdbc.model.context
Class ConnectionContext
java.lang.Object
org.kuali.common.jdbc.model.context.ConnectionContext
public final class ConnectionContext
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionContext
public ConnectionContext(String url)
ConnectionContext
public ConnectionContext(String url,
String username)
ConnectionContext
public ConnectionContext(String url,
String username,
String password)
ConnectionContext
public ConnectionContext(String url,
Credentials credentials,
Properties properties)
getUrl
public String getUrl()
getCredentials
public Credentials getCredentials()
getProperties
public Properties getProperties()
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.