public class JDBCAdapter
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
clearStatementCache(java.sql.Connection conn) |
static ArrayDescriptor |
getArrayDescriptor(java.lang.Object obj) |
static JGeometry |
getJGeometry(java.lang.Object obj) |
static Datum[] |
getOracleArray(java.lang.Object obj) |
static Datum[] |
getOracleAttributes(java.lang.Object obj) |
static OracleConnection |
getOracleConnection(java.sql.Connection conn) |
static StructDescriptor |
getStructDescriptor(java.lang.Object obj) |
static void |
initialize(JDBCExtensionInterface oracleExtension)
If the parameter contains the string "weblogic", weblogic wrappers will be used to access
STRUCT and ARRAY methods to avoid infected connections. |
public static void initialize(JDBCExtensionInterface oracleExtension)
STRUCT
and ARRAY
methods to avoid infected connections. This initializer is not thread safe.dataSourceClassName
-public static OracleConnection getOracleConnection(java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLException
public static void clearStatementCache(java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLException
public static JGeometry getJGeometry(java.lang.Object obj) throws java.sql.SQLException
java.sql.SQLException
public static Datum[] getOracleAttributes(java.lang.Object obj) throws java.sql.SQLException
java.sql.SQLException
public static StructDescriptor getStructDescriptor(java.lang.Object obj) throws java.sql.SQLException
java.sql.SQLException
public static Datum[] getOracleArray(java.lang.Object obj) throws java.sql.SQLException
java.sql.SQLException
public static ArrayDescriptor getArrayDescriptor(java.lang.Object obj) throws java.sql.SQLException
java.sql.SQLException