| 限定符和类型 | 方法和说明 |
|---|---|
void |
NamingFromItemVisitorAdapter.visit(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
CCJSqlParser.Table() |
Table |
CCJSqlParser.TableWithAlias() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Table> |
CCJSqlParser.IntoClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Column.getTable()
Retrieve the information regarding the
Table this Column does
belong to, if any can be inferred. |
Table |
Table.withAlias(Alias alias) |
Table |
Table.withDatabase(Database database) |
Table |
Table.withHint(MySQLIndexHint hint) |
Table |
Table.withName(String name) |
Table |
Table.withPivot(Pivot pivot) |
Table |
Table.withSchemaName(String schemaName) |
Table |
Table.withSqlServerHints(SQLServerHints sqlServerHints) |
Table |
Table.withUnPivot(UnPivot unpivot) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Column.setTable(Table table) |
Column |
Column.withTable(Table table) |
| 构造器和说明 |
|---|
Column(Table table,
String columnName) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
DescribeStatement.getTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DescribeStatement.setTable(Table table) |
DescribeStatement |
DescribeStatement.withTable(Table table) |
| 构造器和说明 |
|---|
DescribeStatement(Table table) |
PurgeStatement(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Alter.getTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Map.Entry<Table,Table>> |
RenameTableStatement.getTableNames() |
Set<Map.Entry<Table,Table>> |
RenameTableStatement.getTableNames() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RenameTableStatement.addTableNames(Table oldName,
Table newName) |
void |
Alter.setTable(Table table) |
Alter |
Alter.withTable(Table table) |
| 构造器和说明 |
|---|
RenameTableStatement(Table oldName,
Table newName) |
RenameTableStatement(Table oldName,
Table newName,
boolean usingTableKeyword,
boolean usingIfExistsKeyword,
String waitDirective) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Comment.getTable() |
Table |
Comment.getView() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Comment.setTable(Table table) |
void |
Comment.setView(Table view) |
Comment |
Comment.withTable(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
CreateIndex.getTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreateIndex.setTable(Table table) |
CreateIndex |
CreateIndex.withTable(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
CreateTable.getLikeTable() |
Table |
ForeignKeyIndex.getTable() |
Table |
CreateTable.getTable() |
Table |
CheckConstraint.getTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreateTable.setLikeTable(Table likeTable,
boolean parenthesis) |
void |
ForeignKeyIndex.setTable(Table table) |
void |
CreateTable.setTable(Table table) |
void |
CheckConstraint.setTable(Table table) |
ForeignKeyIndex |
ForeignKeyIndex.withTable(Table table) |
CreateTable |
CreateTable.withTable(Table table) |
CheckConstraint |
CheckConstraint.withTable(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
AlterView.getView() |
Table |
CreateView.getView() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AlterView.setView(Table view) |
void |
CreateView.setView(Table view) |
AlterView |
AlterView.withView(Table view) |
CreateView |
CreateView.withView(Table view) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Delete.getTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Table> |
Delete.getTables() |
List<Table> |
Delete.getUsingList() |
| 限定符和类型 | 方法和说明 |
|---|---|
Delete |
Delete.addTables(Table... tables) |
Delete |
Delete.addUsingList(Table... usingList) |
void |
Delete.setTable(Table name) |
Delete |
Delete.withTable(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Delete |
Delete.addTables(Collection<? extends Table> tables) |
Delete |
Delete.addUsingList(Collection<? extends Table> usingList) |
void |
Delete.setTables(List<Table> tables) |
void |
Delete.setUsingList(List<Table> usingList) |
Delete |
Delete.withTables(List<Table> tables) |
Delete |
Delete.withUsingList(List<Table> usingList) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Drop.getName() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Drop.setName(Table string) |
Drop |
Drop.withName(Table name) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Insert.getTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Insert.setTable(Table name) |
Insert |
Insert.withTable(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Merge.getTable() |
Table |
Merge.getUsingTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Merge.setTable(Table name) |
void |
Merge.setUsingTable(Table usingTable) |
Merge |
Merge.withTable(Table table) |
Merge |
Merge.withUsingTable(Table usingTable) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Replace.getTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Replace.setTable(Table name) |
Replace |
Replace.withTable(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
PlainSelect.getForUpdateTable() |
Table |
AllTableColumns.getTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Table> |
PlainSelect.getIntoTables() |
| 限定符和类型 | 方法和说明 |
|---|---|
PlainSelect |
PlainSelect.addIntoTables(Table... intoTables) |
void |
PlainSelect.setForUpdateTable(Table forUpdateTable) |
void |
AllTableColumns.setTable(Table table) |
void |
IntoTableVisitorAdapter.visit(Table tableName) |
void |
IntoTableVisitor.visit(Table tableName) |
void |
FromItemVisitor.visit(Table tableName) |
void |
FromItemVisitorAdapter.visit(Table table) |
PlainSelect |
PlainSelect.withForUpdateTable(Table forUpdateTable) |
AllTableColumns |
AllTableColumns.withTable(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
PlainSelect |
PlainSelect.addIntoTables(Collection<? extends Table> intoTables) |
void |
PlainSelect.setIntoTables(List<Table> intoTables) |
PlainSelect |
PlainSelect.withIntoTables(List<Table> intoTables) |
| 构造器和说明 |
|---|
AllTableColumns(Table tableName) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Truncate.getTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Truncate.setTable(Table table) |
Truncate |
Truncate.withTable(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Update.getTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Update.setTable(Table table) |
Update |
Update.withTable(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Upsert.getTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Upsert.setTable(Table name) |
Upsert |
Upsert.withTable(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Join |
SelectUtils.addJoin(Select select,
Table table,
Expression onExpression)
Adds a simple join to a select com.javaoffers.thrid.sqlparse.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 com.javaoffers.thrid.sqlparse.schema).
|
void |
TablesNamesFinder.visit(Table tableName) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SelectDeParser.visit(Table tableName) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SelectValidator.visit(Table table) |
Copyright © 2026. All rights reserved.