| Package | Description |
|---|---|
| com.exasol.sql | |
| com.exasol.sql.dml | |
| com.exasol.sql.dql | |
| com.exasol.sql.rendering |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericFragment
Common interface for all SQL statement fragments which are used in multiple types of statements, like tables and
fields.
|
interface |
SqlStatement
This interface represents an SQL statement.
|
interface |
TableReference |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFragment
Common base class for SQL statement fragments
|
class |
Field
This class represents a table field in an SQL statement.
|
class |
Table
This class represents a
Table in an SQL Statement |
| Modifier and Type | Method and Description |
|---|---|
Fragment |
Fragment.getRoot()
Get the root statement of this SQL fragment
|
Fragment |
AbstractFragment.getRoot() |
| Constructor and Description |
|---|
AbstractFragment(Fragment root)
Create an instance of an SQL fragment
|
Field(Fragment root,
String name)
Create a new instance of a
Field |
Table(Fragment root,
String name)
Create a new
Table with a name and an alias |
Table(Fragment root,
String name,
String as)
Create a new
Table with a name and an alias |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InsertFragment
This is the common interface for all fragments of a SELECT statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Insert
This class implements an SQL
Select statement |
class |
InsertFields |
class |
InsertValues
Container class for values to be inserted by an INSERT statement.
|
| Constructor and Description |
|---|
InsertValues(Fragment root)
Create a new instance of
InsertValues |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SelectFragment
This is the common interface for all fragments of a SELECT statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FromClause
This class represents the FROM clause of an SQL SELECT statement.
|
class |
Join
This class implements the
Join part of a WHERE clause. |
class |
LimitClause
This class represents the limit clause of an SQL statement.
|
class |
Select
This class implements an SQL
Select statement |
class |
WhereClause
This class represents the where clause of an SQL statement.
|
| Constructor and Description |
|---|
FromClause(Fragment root)
Create a new instance of a
FromClause |
Join(Fragment root,
JoinType type,
String name,
String specification)
Create a new
Join instance |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFragmentRenderer.appendCommaWhenNeeded(Fragment fragment) |
protected void |
AbstractFragmentRenderer.setLastVisited(Fragment fragment) |
Copyright © 2018. All rights reserved.