Package | Description |
---|---|
com.feedzai.commons.sql.abstraction.dml |
Contains classes to build DML statements.
|
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 | Class and Description |
---|---|
class |
All
Represents the * or environment.* operator.
|
Modifier and Type | Method and Description |
---|---|
Name |
Name.isNotNull()
Appends "IS NOT NULL" to this expression.
|
Name |
Name.isNull()
Appends "IS NULL" to this expression.
|
Modifier and Type | Method and Description |
---|---|
static Name |
SqlBuilder.column(String name)
A column.
|
static Name |
SqlBuilder.column(String tableName,
String name)
A column from a table.
|
static Name |
SqlBuilder.table(String name)
A table.
|
Modifier and Type | Method and Description |
---|---|
static AlterColumn |
SqlBuilder.alterColumn(Expression table,
Name column,
DbColumnType dbColumnType,
DbColumnConstraint... constraints)
Alter column operator.
|
Modifier and Type | Method and Description |
---|---|
String |
AbstractTranslator.translate(Name n)
Translates
Name . |
Copyright © 2014 Feedzai. All Rights Reserved.