Modifier and Type | Method and Description |
---|---|
void |
ParameterSelectVisitor.visit(Table tableName) |
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 |
Alter.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
Alter.setTable(Table table) |
Modifier and Type | Method and Description |
---|---|
Table |
CreateIndex.getTable()
The table on which the index is to be created
|
Modifier and Type | Method and Description |
---|---|
void |
CreateIndex.setTable(Table table) |
Modifier and Type | Method and Description |
---|---|
Table |
CreateTable.getTable()
The name of the table to be created
|
Table |
ForeignKeyIndex.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
CreateTable.setTable(Table table) |
void |
ForeignKeyIndex.setTable(Table table) |
Modifier and Type | Method and Description |
---|---|
Table |
CreateView.getView()
In the syntax tree, a view looks and acts just like a Table.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateView.setView(Table view) |
Modifier and Type | Method and Description |
---|---|
Table |
Delete.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
Delete.setTable(Table name) |
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 |
Replace.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
Replace.setTable(Table name) |
Modifier and Type | Method and Description |
---|---|
Table |
AllTableColumns.getTable() |
Modifier and Type | Method and Description |
---|---|
List<Table> |
PlainSelect.getIntoTables() |
Modifier and Type | Method and Description |
---|---|
void |
AllTableColumns.setTable(Table table) |
void |
IntoTableVisitor.visit(Table tableName) |
void |
FromItemVisitor.visit(Table tableName) |
void |
FromItemVisitorAdapter.visit(Table table) |
void |
IntoTableVisitorAdapter.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 |
---|---|
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)
Builds select expr1, expr2 from table.
|
static Select |
SelectUtils.buildSelectFromTableAndExpressions(Table table,
String... expr)
Builds select expr1, expr2 from table.
|
static Select |
SelectUtils.buildSelectFromTableAndSelectItems(Table table,
SelectItem... selectItems) |
void |
TablesNamesFinder.visit(Table tableName) |
Modifier and Type | Method and Description |
---|---|
void |
SelectDeParser.visit(Table tableName) |
Copyright © 2006–2018 TinyGroup. All rights reserved.