public interface JDBCExtensionInterface
Modifier and Type | Method and Description |
---|---|
void |
clearStatementCache(java.sql.Connection conn) |
void |
closeOracleConnection(OracleConnection conn) |
ArrayDescriptor |
getArrayDescriptor(java.lang.Object obj)
Deprecated.
Use OracleConnection.createOracleArray(...);
|
javax.sql.DataSource[] |
getDataSource(java.lang.String... name) |
JGeometry |
getJGeometry(java.lang.Object obj) |
Datum[] |
getOracleArray(java.lang.Object obj)
Deprecated.
Use java.sql.Array array = resultSet.getArray(...);
|
Datum[] |
getOracleAttributes(java.lang.Object obj)
Deprecated.
Use java.sql.Struct.getAttributes();
|
OracleConnection |
getOracleConnection(java.sql.Connection conn) |
StructDescriptor |
getStructDescriptor(java.lang.Object obj) |
XMLType |
getXMLType(java.lang.Object obj)
Deprecated.
Use SQLXML newXML = resultSet.getSQLXML(columnNumber);
|
OracleConnection getOracleConnection(java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLException
void clearStatementCache(java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLException
JGeometry getJGeometry(java.lang.Object obj) throws java.sql.SQLException
java.sql.SQLException
Datum[] getOracleAttributes(java.lang.Object obj) throws java.sql.SQLException
obj
- java.sql.SQLException
StructDescriptor getStructDescriptor(java.lang.Object obj) throws java.sql.SQLException
java.sql.SQLException
Datum[] getOracleArray(java.lang.Object obj) throws java.sql.SQLException
obj
- java.sql.SQLException
ArrayDescriptor getArrayDescriptor(java.lang.Object obj) throws java.sql.SQLException
obj
- java.sql.SQLException
void closeOracleConnection(OracleConnection conn) throws java.sql.SQLException
java.sql.SQLException
javax.sql.DataSource[] getDataSource(java.lang.String... name)
XMLType getXMLType(java.lang.Object obj) throws java.sql.SQLException
obj
- java.sql.SQLException