| Constructor and Description |
|---|
ColumnsDefinition(SqlStatement root)
Create an new instance of
ColumnsDefinition. |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateSchema
This class implements an SQL
CreateSchema statement. |
class |
CreateTable
This class implements an SQL
CreateTable statement |
| Modifier and Type | Class and Description |
|---|---|
class |
DropSchema
This class implements an SQL
DropSchema statement. |
class |
DropTable
This class implements an SQL
DropTable statement. |
| Modifier and Type | Class and Description |
|---|---|
class |
Insert
This class implements an SQL
Insert statement. |
| Modifier and Type | Method and Description |
|---|---|
void |
InsertVisitor.visit(SqlStatement insert) |
| Modifier and Type | Method and Description |
|---|---|
void |
InsertRenderer.visit(SqlStatement insert) |
| Modifier and Type | Class and Description |
|---|---|
class |
Merge
|
| Modifier and Type | Class and Description |
|---|---|
class |
Select
This class implements an SQL
Select statement. |
| Constructor and Description |
|---|
GroupByClause(SqlStatement rootStatement,
ColumnReference... columnReferences)
Create a new instance of a
GroupByClause. |
LimitClause(SqlStatement root,
int count)
Create a new instance of a
LimitClause |
LimitClause(SqlStatement root,
int offset,
int count)
Create a new instance of a
LimitClause |
OrderByClause(SqlStatement rootStatement,
ColumnReference... columnReferences)
Create a new instance of a
OrderByClause. |
WhereClause(SqlStatement root,
BooleanExpression expression)
Create a new instance of a
WhereClause |
Copyright © 2018–2021. All rights reserved.