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