public interface ISqlTranslator
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(String from,
String to) |
String |
translate(String original)
Translates the given query to the target language.
|
Copyright © 2023 Frank!Framework. All rights reserved.