Package | Description |
---|---|
com.feedzai.commons.sql.abstraction.dml.dialect |
Contains an SQL builder.
|
com.feedzai.commons.sql.abstraction.engine |
Contains the database engine core.
|
Modifier and Type | Method and Description |
---|---|
static Coalesce |
SqlBuilder.coalesce(Expression exp,
Expression... alternative)
The coalesce operator.
|
Modifier and Type | Method and Description |
---|---|
String |
AbstractTranslator.translate(Coalesce c)
Translates
Coalesce . |
Copyright © 2014 Feedzai. All Rights Reserved.