限定符和类型 | 方法和说明 |
---|---|
Table |
CCJSqlParser.Table() |
Table |
CCJSqlParser.TableWithAlias() |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<Table> |
CCJSqlParser.IntoClause() |
限定符和类型 | 方法和说明 |
---|---|
Table |
Column.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
Column.setTable(Table table) |
构造器和说明 |
---|
Column(Table table,
java.lang.String columnName) |
限定符和类型 | 方法和说明 |
---|---|
Table |
Alter.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
Alter.setTable(Table table) |
限定符和类型 | 方法和说明 |
---|---|
Table |
CreateIndex.getTable()
The table on which the index is to be created
|
限定符和类型 | 方法和说明 |
---|---|
void |
CreateIndex.setTable(Table table) |
限定符和类型 | 方法和说明 |
---|---|
Table |
ForeignKeyIndex.getTable() |
Table |
CreateTable.getTable()
The name of the table to be created
|
Table |
CheckConstraint.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
ForeignKeyIndex.setTable(Table table) |
void |
CreateTable.setTable(Table table) |
void |
CheckConstraint.setTable(Table table) |
限定符和类型 | 方法和说明 |
---|---|
Table |
CreateView.getView()
In the syntax tree, a view looks and acts just like a Table.
|
Table |
AlterView.getView()
In the syntax tree, a view looks and acts just like a Table.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CreateView.setView(Table view) |
void |
AlterView.setView(Table view) |
限定符和类型 | 方法和说明 |
---|---|
Table |
Delete.getTable() |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<Table> |
Delete.getTables() |
限定符和类型 | 方法和说明 |
---|---|
void |
Delete.setTable(Table name) |
限定符和类型 | 方法和说明 |
---|---|
void |
Delete.setTables(java.util.List<Table> tables) |
限定符和类型 | 方法和说明 |
---|---|
Table |
Drop.getName() |
限定符和类型 | 方法和说明 |
---|---|
void |
Drop.setName(Table string) |
限定符和类型 | 方法和说明 |
---|---|
Table |
Insert.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
Insert.setTable(Table name) |
限定符和类型 | 方法和说明 |
---|---|
Table |
Merge.getTable() |
Table |
Merge.getUsingTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
Merge.setTable(Table name) |
void |
Merge.setUsingTable(Table usingTable) |
限定符和类型 | 方法和说明 |
---|---|
Table |
Replace.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
Replace.setTable(Table name) |
限定符和类型 | 方法和说明 |
---|---|
Table |
PlainSelect.getForUpdateTable() |
Table |
AllTableColumns.getTable() |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<Table> |
PlainSelect.getIntoTables() |
限定符和类型 | 方法和说明 |
---|---|
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) |
限定符和类型 | 方法和说明 |
---|---|
void |
PlainSelect.setIntoTables(java.util.List<Table> intoTables) |
构造器和说明 |
---|
AllTableColumns(Table tableName) |
限定符和类型 | 方法和说明 |
---|---|
Table |
Truncate.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
Truncate.setTable(Table table) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<Table> |
Update.getTables() |
限定符和类型 | 方法和说明 |
---|---|
void |
Update.setTables(java.util.List<Table> list) |
限定符和类型 | 方法和说明 |
---|---|
Table |
Upsert.getTable() |
限定符和类型 | 方法和说明 |
---|---|
void |
Upsert.setTable(Table name) |
限定符和类型 | 方法和说明 |
---|---|
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,
java.lang.String... expr)
Builds select expr1, expr2 from table.
|
static Select |
SelectUtils.buildSelectFromTableAndSelectItems(Table table,
SelectItem... selectItems) |
void |
TablesNamesFinder.visit(Table tableName) |
限定符和类型 | 方法和说明 |
---|---|
void |
SelectDeParser.visit(Table tableName) |