| Modifier and Type | Method and Description |
|---|---|
Table |
CCJSqlParser.Table() |
Table |
CCJSqlParser.TableWithAlias() |
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
CCJSqlParser.IntoClause() |
| Modifier and Type | Method and Description |
|---|---|
Table |
Column.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setTable(Table table) |
| Constructor and Description |
|---|
Column(Table table,
String columnName) |
| Modifier and Type | Method and Description |
|---|---|
Table |
DescribeStatement.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStatement.setTable(Table table) |
| Constructor and Description |
|---|
DescribeStatement(Table table) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Alter.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
Alter.setTable(Table table) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Comment.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
Comment.setTable(Table table) |
| Modifier and Type | Method and Description |
|---|---|
Table |
CreateIndex.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIndex.setTable(Table table) |
| Modifier and Type | Method and Description |
|---|---|
Table |
ForeignKeyIndex.getTable() |
Table |
CreateTable.getTable() |
Table |
CheckConstraint.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
ForeignKeyIndex.setTable(Table table) |
void |
CreateTable.setTable(Table table) |
void |
CheckConstraint.setTable(Table table) |
| Modifier and Type | Method and Description |
|---|---|
Table |
CreateView.getView() |
Table |
AlterView.getView() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateView.setView(Table view) |
void |
AlterView.setView(Table view) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Delete.getTable() |
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
Delete.getTables() |
| Modifier and Type | Method and Description |
|---|---|
void |
Delete.setTable(Table name) |
| Modifier and Type | Method and Description |
|---|---|
void |
Delete.setTables(List<Table> tables) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Drop.getName() |
| Modifier and Type | Method and Description |
|---|---|
void |
Drop.setName(Table string) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Insert.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
Insert.setTable(Table name) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Merge.getTable() |
Table |
Merge.getUsingTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
Merge.setTable(Table name) |
void |
Merge.setUsingTable(Table usingTable) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Replace.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
Replace.setTable(Table name) |
| Modifier and Type | Method and Description |
|---|---|
Table |
PlainSelect.getForUpdateTable() |
Table |
AllTableColumns.getTable() |
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
PlainSelect.getIntoTables() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlainSelect.setForUpdateTable(Table forUpdateTable) |
void |
AllTableColumns.setTable(Table table) |
void |
IntoTableVisitorAdapter.visit(Table tableName) |
void |
IntoTableVisitor.visit(Table tableName) |
void |
FromItemVisitorAdapter.visit(Table table) |
void |
FromItemVisitor.visit(Table tableName) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlainSelect.setIntoTables(List<Table> intoTables) |
| Constructor and Description |
|---|
AllTableColumns(Table tableName) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Truncate.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
Truncate.setTable(Table table) |
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
Update.getTables() |
| Modifier and Type | Method and Description |
|---|---|
void |
Update.setTables(List<Table> list) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Upsert.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
Upsert.setTable(Table name) |
| Modifier and Type | Method and Description |
|---|---|
static Join |
SelectUtils.addJoin(Select select,
Table table,
Expression onExpression)
Adds a simple join to a select statement.
|
static Select |
SelectUtils.buildSelectFromTable(Table table)
Builds select * from table.
|
static Select |
SelectUtils.buildSelectFromTableAndExpressions(Table table,
Expression... expr) |
static Select |
SelectUtils.buildSelectFromTableAndExpressions(Table table,
String... expr) |
static Select |
SelectUtils.buildSelectFromTableAndSelectItems(Table table,
SelectItem... selectItems) |
protected String |
TablesNamesFinder.extractTableName(Table table)
Override to adapt the tableName generation (e.g. with / without schema).
|
void |
TablesNamesFinder.visit(Table tableName) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectDeParser.visit(Table tableName) |
Copyright © 2004–2019 JSQLParser. All rights reserved.