Package | Description |
---|---|
com.feedzai.commons.sql.abstraction.dml |
Contains classes to build DML statements.
|
com.feedzai.commons.sql.abstraction.engine |
Contains the database engine core.
|
com.feedzai.commons.sql.abstraction.engine.impl |
Database specific implementations.
|
Modifier and Type | Field and Description |
---|---|
protected List<Join> |
Expression.joins
The list of joins, if applicable.
|
Modifier and Type | Method and Description |
---|---|
List<Join> |
Expression.getJoins()
Gets the join list.
|
Modifier and Type | Method and Description |
---|---|
String |
AbstractTranslator.translate(Join j)
Translates
Join . |
Modifier and Type | Method and Description |
---|---|
String |
SqlServerTranslator.translate(Join j) |
Copyright © 2014 Feedzai. All Rights Reserved.