|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hsqldb.util.RCData
All the info we need to connect up to a database.
Field Summary | |
static java.lang.String |
DEFAULT_JDBC_DRIVER
|
Constructor Summary | |
RCData(java.io.File file,
java.lang.String dbKey)
Creates a RCDataObject by looking up the given key in the given authentication file. |
Method Summary | |
java.sql.Connection |
getConnection()
Gets a JDBC Connection using the data of this RCData object. |
java.sql.Connection |
getConnection(java.lang.String curDriver,
java.lang.String curCharset,
java.lang.String curTrustStore)
Gets a JDBC Connection using the data of this RCData object with specified override elements |
void |
report()
Just for testing and debugging. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_JDBC_DRIVER
Constructor Detail |
public RCData(java.io.File file, java.lang.String dbKey) throws java.lang.Exception
Method Detail |
public void report()
public java.sql.Connection getConnection() throws java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.sql.SQLException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.sql.SQLException
public java.sql.Connection getConnection(java.lang.String curDriver, java.lang.String curCharset, java.lang.String curTrustStore) throws java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.sql.SQLException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.sql.SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |