Uses of Class
oracle.jdbc.babelfish.Translator
-
Packages that use Translator Package Description oracle.jdbc.babelfish Provides the classes necessary for the support for application migration feature. -
-
Uses of Translator in oracle.jdbc.babelfish
Methods in oracle.jdbc.babelfish that return Translator Modifier and Type Method Description static Translator
TranslationManager. getTranslator(String connectionURL, String user, String translationProfile, String localErrorTranslationFilePath)
Get the query and error translator with an internal reference to the translation cache if one is available for the unique url, user and translation profile combination or a new cache if its not available.
-