限定符和类型 | 方法和说明 |
---|---|
java.util.List<Table> |
SQLTableNameParser.getTableList2() |
限定符和类型 | 方法和说明 |
---|---|
void |
TablesNamesFinder.visit(Table tableName) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<Table> |
TablesNamesFinder.getTableList(Select select) |
限定符和类型 | 方法和说明 |
---|---|
void |
TablesNamesFinder.visit(Table tableName) |
限定符和类型 | 方法和说明 |
---|---|
Table |
CCShParser.Table() |
Table |
CCShParser.TableWithAlias() |
限定符和类型 | 方法和说明 |
---|---|
Table |
Column.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
Column.setTable(Table table) |
构造器和说明 |
---|
Column(Table table,
java.lang.String columnName) |
限定符和类型 | 方法和说明 |
---|---|
Table |
CreateTable.getTable()
The name of the table to be created
|
限定符和类型 | 方法和说明 |
---|---|
void |
CreateTable.setTable(Table table) |
限定符和类型 | 方法和说明 |
---|---|
Table |
Delete.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
Delete.setTable(Table name) |
限定符和类型 | 方法和说明 |
---|---|
Table |
Insert.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
Insert.setTable(Table name) |
限定符和类型 | 方法和说明 |
---|---|
Table |
Replace.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
Replace.setTable(Table name) |
限定符和类型 | 方法和说明 |
---|---|
Table |
PlainSelect.getInto() |
Table |
AllTableColumns.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
PlainSelect.setInto(Table table) |
void |
AllTableColumns.setTable(Table table) |
void |
IntoTableVisitor.visit(Table tableName) |
void |
FromItemVisitor.visit(Table tableName) |
构造器和说明 |
---|
AllTableColumns(Table tableName) |
限定符和类型 | 方法和说明 |
---|---|
Table |
Truncate.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
Truncate.setTable(Table table) |
限定符和类型 | 方法和说明 |
---|---|
Table |
Update.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
Update.setTable(Table name) |
限定符和类型 | 方法和说明 |
---|---|
void |
SelectDeParser.visit(Table tableName) |