net.sf.farrago.jdbc
Interface FarragoConnection
- All Superinterfaces:
- Connection
- All Known Implementing Classes:
- FarragoJdbcEngineConnection, FarragoRJConnection
public interface FarragoConnection
- extends Connection
JDBC connection to Farrago.
This interface extends the usual Connection
interface to
include methods for interrogating SQL/MED wrappers and data servers, and to
expose the farrago session identifier.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/jdbc/FarragoConnection.java#12 $
- Author:
- jhyde
Methods inherited from interface java.sql.Connection |
clearWarnings, close, commit, createStatement, createStatement, createStatement, getAutoCommit, getCatalog, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap |
getFarragoSessionId
long getFarragoSessionId()
throws SQLException
- Throws:
SQLException
findMofId
String findMofId(String wrapperName)
throws SQLException
- Throws:
SQLException
getWrapper
FarragoMedDataWrapperInfo getWrapper(String mofId,
String libraryName,
Properties options)
throws SQLException
- Throws:
SQLException