org.kuali.db.jdbc
Class JDBCConfiguration
java.lang.Object
org.kuali.db.jdbc.JDBCConfiguration
public class JDBCConfiguration
- extends Object
A pojo containing JDBC related configuration information. eg JDBC drivers, url fragments and type
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN_CONFIG
public static final JDBCConfiguration UNKNOWN_CONFIG
type
DatabaseType type
urlFragment
String urlFragment
driver
String driver
dbaSql
DbaSql dbaSql
JDBCConfiguration
public JDBCConfiguration()
JDBCConfiguration
public JDBCConfiguration(DatabaseType type)
getType
public DatabaseType getType()
setType
public void setType(DatabaseType type)
getUrlFragment
public String getUrlFragment()
setUrlFragment
public void setUrlFragment(String urlFragment)
getDriver
public String getDriver()
setDriver
public void setDriver(String driver)
getDbaSql
public DbaSql getDbaSql()
- Returns:
- the resetSql
setDbaSql
public void setDbaSql(DbaSql resetSql)
- Parameters:
resetSql
- the resetSql to set
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.