Package | Description |
---|---|
com.feedzai.commons.sql.abstraction.engine |
Contains the database engine core.
|
com.feedzai.commons.sql.abstraction.engine.impl |
Database specific implementations.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
AbstractTranslator.translate(RepeatDelimiter rd)
Translates
RepeatDelimiter . |
Modifier and Type | Method and Description |
---|---|
String |
PostgreSqlTranslator.translate(RepeatDelimiter rd) |
String |
SqlServerTranslator.translate(RepeatDelimiter rd) |
String |
MySqlTranslator.translate(RepeatDelimiter rd) |
String |
DB2Translator.translate(RepeatDelimiter rd) |
String |
H2Translator.translate(RepeatDelimiter rd) |
String |
OracleTranslator.translate(RepeatDelimiter rd) |
Copyright © 2014 Feedzai. All Rights Reserved.