Uses of Class
oracle.jdbc.OracleTranslatingConnection.SqlTranslationVersion
-
Packages that use OracleTranslatingConnection.SqlTranslationVersion Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc
.oracle.jdbc.babelfish Provides the classes necessary for the support for application migration feature. -
-
Uses of OracleTranslatingConnection.SqlTranslationVersion in oracle.jdbc
Methods in oracle.jdbc that return OracleTranslatingConnection.SqlTranslationVersion 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.Methods in oracle.jdbc that return types with arguments of type OracleTranslatingConnection.SqlTranslationVersion 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. -
Uses of OracleTranslatingConnection.SqlTranslationVersion in oracle.jdbc.babelfish
Methods in oracle.jdbc.babelfish that return types with arguments of type OracleTranslatingConnection.SqlTranslationVersion 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.
-