Uses of Enum Class
oracle.jdbc.OracleTranslatingConnection.SqlTranslationVersion
Packages that use OracleTranslatingConnection.SqlTranslationVersion
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.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.SqlTranslationVersionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.OracleTranslatingConnection.SqlTranslationVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.jdbc that return types with arguments of type OracleTranslatingConnection.SqlTranslationVersionModifier and TypeMethodDescriptionOracleTranslatingConnection.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.SqlTranslationVersionModifier and TypeMethodDescriptionBabelfishConnection.getSqlTranslationVersions(String sql, boolean suppressExceptions) Returns a map of all the translation versions of the query during SQL Translation.