Package org.frankframework.dbms
Interface ISqlTranslator
- All Known Implementing Classes:
SqlTranslator
public interface ISqlTranslator
-
Method Summary
-
Method Details
-
canConvert
-
translate
Translates the given query to the target language. Uses the translation rules set by this and the target translators.- Parameters:
original
- Original query to be translated.- Returns:
- Translated query.
-