|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.suse.lib.sqlmap.drivers.GenericDriver
de.suse.lib.sqlmap.drivers.H2EmbeddedDriver
public class H2EmbeddedDriver
Driver operator for the H2 database in embedded mode.
Field Summary |
---|
Fields inherited from class de.suse.lib.sqlmap.drivers.GenericDriver |
---|
callback, connection |
Constructor Summary | |
---|---|
H2EmbeddedDriver(ConnectionInfo info)
|
Method Summary | |
---|---|
H2EmbeddedDriver |
connect(java.lang.String user,
java.lang.String password)
Connect to the database. |
protected void |
parseURL()
Parse URL for connect. |
Methods inherited from class de.suse.lib.sqlmap.drivers.GenericDriver |
---|
close, getConnection, getDatabase, getHost, getPort, getUrl, isConnected, setConnectionCallback, setDatabase, setHost, setPort |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public H2EmbeddedDriver(ConnectionInfo info) throws java.net.URISyntaxException, java.sql.SQLException, java.lang.Exception
java.net.URISyntaxException
java.sql.SQLException
java.lang.Exception
Method Detail |
---|
protected void parseURL() throws java.sql.SQLException
GenericDriver
parseURL
in class GenericDriver
java.sql.SQLException
public H2EmbeddedDriver connect(java.lang.String user, java.lang.String password) throws java.lang.Exception
GenericDriver
connect
in interface DBConnectionDriver
connect
in class GenericDriver
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |