|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.farrago.jdbc.FarragoAbstractJdbcDriver net.sf.farrago.jdbc.engine.FarragoJdbcRoutineDriver
public class FarragoJdbcRoutineDriver
FarragoJdbcRoutineDriver implements the JDBC driver used for default connections from user-defined routines.
Constructor Summary | |
---|---|
FarragoJdbcRoutineDriver()
Creates a new FarragoJdbcRoutineDriver object. |
Method Summary | |
---|---|
Connection |
connect(String url,
Properties info)
|
String |
getBaseUrl()
|
static FarragoSession |
getSessionForConnection(Connection conn)
Converts a connection returned via URL "jdbc:default:connection" to a FarragoSession. |
String |
getUrlPrefix()
|
Methods inherited from class net.sf.farrago.jdbc.FarragoAbstractJdbcDriver |
---|
acceptsURL, acceptsUrlWithHostPort, applyDefaultConnectionProps, getClientUrl, getDefaultConnectionProps, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant, parseConnectionParams, register |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.sql.Driver |
---|
acceptsURL, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant |
Constructor Detail |
---|
public FarragoJdbcRoutineDriver()
Method Detail |
---|
public String getBaseUrl()
getBaseUrl
in class FarragoAbstractJdbcDriver
public String getUrlPrefix()
getUrlPrefix
in class FarragoAbstractJdbcDriver
public Connection connect(String url, Properties info) throws SQLException
connect
in interface Driver
SQLException
public static FarragoSession getSessionForConnection(Connection conn) throws SQLException
conn
- connection
SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |