Modifier and Type | Method and Description |
---|---|
Table |
CCJSqlParser.Table() |
Table |
CCJSqlParser.TableWithAlias() |
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 |
CreateTable.getTable()
The name of the table to be created
|
Modifier and Type | Method and Description |
---|---|
void |
CreateTable.setTable(Table table) |
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 |
PlainSelect.getInto() |
Table |
AllTableColumns.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
PlainSelect.setInto(Table table) |
void |
AllTableColumns.setTable(Table table) |
void |
FromItemVisitor.visit(Table tableName) |
void |
IntoTableVisitor.visit(Table tableName) |
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 |
---|---|
Table |
Update.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
Update.setTable(Table name) |
Modifier and Type | Method and Description |
---|---|
void |
TablesNamesFinder.visit(Table tableName) |
Modifier and Type | Method and Description |
---|---|
void |
SelectDeParser.visit(Table tableName) |
Copyright © 2013. All Rights Reserved.