| Modifier and Type | Method and Description |
|---|---|
Alter |
CCJSqlParser.AlterTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatementVisitor.visit(Alter alter) |
void |
StatementVisitorAdapter.visit(Alter alter) |
| Modifier and Type | Method and Description |
|---|---|
Alter |
Alter.addAlterExpressions(AlterExpression... alterExpressions) |
Alter |
Alter.addAlterExpressions(Collection<? extends AlterExpression> alterExpressions) |
Alter |
Alter.withAlterExpressions(List<AlterExpression> alterExpressions) |
Alter |
Alter.withTable(Table table) |
Alter |
Alter.withUseOnly(boolean useOnly) |
| Modifier and Type | Method and Description |
|---|---|
void |
TablesNamesFinder.visit(Alter alter) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlterDeParser.deParse(Alter alter) |
void |
StatementDeParser.visit(Alter alter) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlterValidator.validate(Alter alter) |
void |
AlterValidator.validate(Alter alter,
AlterExpression e) |
void |
StatementValidator.visit(Alter alter) |
Copyright © 2004–2021 JSQLParser. All rights reserved.