Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
oracle.jdbc.babelfish |
Provides the classes necessary for the support for application migration feature.
|
Modifier and Type | Method | Description |
---|---|---|
static OracleTranslatingConnection.SqlTranslationVersion |
OracleTranslatingConnection.SqlTranslationVersion.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OracleTranslatingConnection.SqlTranslationVersion[] |
OracleTranslatingConnection.SqlTranslationVersion.values() |
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Map<OracleTranslatingConnection.SqlTranslationVersion,String> |
OracleTranslatingConnection.getSqlTranslationVersions(String sql, boolean suppressExceptions) |
Returns a map of all the translation versions of the query during SQL Translation.
|
Modifier and Type | Method | Description |
---|---|---|
Map<OracleTranslatingConnection.SqlTranslationVersion,String> |
BabelfishConnection.getSqlTranslationVersions(String sql, boolean suppressExceptions) |
Returns a map of all the translation versions of the query during SQL Translation.
|