org.kuali.db
Class JDBCConfiguration

java.lang.Object
  extended by org.kuali.db.JDBCConfiguration

public class JDBCConfiguration
extends Object

A pojo containing JDBC related configuration information. eg JDBC drivers, url fragments and type


Field Summary
static JDBCConfiguration UNKNOWN_CONFIG
           
 
Constructor Summary
JDBCConfiguration()
           
JDBCConfiguration(DatabaseType type)
           
 
Method Summary
 String getDriver()
           
 DatabaseType getType()
           
 String getUrlFragment()
           
 void setDriver(String driver)
           
 void setType(DatabaseType type)
           
 void setUrlFragment(String urlFragment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN_CONFIG

public static final JDBCConfiguration UNKNOWN_CONFIG
Constructor Detail

JDBCConfiguration

public JDBCConfiguration()

JDBCConfiguration

public JDBCConfiguration(DatabaseType type)
Method Detail

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)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.