| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.dml.dialect |
Contains an SQL builder.
|
| 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 |
|---|---|
static DropPrimaryKey |
SqlBuilder.dropPK(Expression table)
Drop primary key table operator.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
AbstractTranslator.translate(DropPrimaryKey dpk)
Translates
DropPrimaryKey. |
| Modifier and Type | Method and Description |
|---|---|
String |
PostgreSqlTranslator.translate(DropPrimaryKey dpk) |
String |
SqlServerTranslator.translate(DropPrimaryKey dpk) |
String |
MySqlTranslator.translate(DropPrimaryKey dpk) |
String |
DB2Translator.translate(DropPrimaryKey dpk) |
String |
H2Translator.translate(DropPrimaryKey dpk) |
String |
OracleTranslator.translate(DropPrimaryKey dpk) |
Copyright © 2014 Feedzai. All Rights Reserved.