| Package | Description |
|---|---|
| net.sf.jsqlparser.parser | |
| net.sf.jsqlparser.statement | |
| net.sf.jsqlparser.util | |
| net.sf.jsqlparser.util.deparser | |
| net.sf.jsqlparser.util.validation.validator |
| Modifier and Type | Method and Description |
|---|---|
DeclareStatement |
CCJSqlParser.Declare() |
| Modifier and Type | Method and Description |
|---|---|
DeclareStatement |
DeclareStatement.addColumnDefinitions(Collection<? extends ColumnDefinition> columnDefinitions) |
DeclareStatement |
DeclareStatement.addColumnDefinitions(ColumnDefinition... statements) |
DeclareStatement |
DeclareStatement.addTypeDefExprList(Collection<? extends DeclareStatement.TypeDefExpr> typeDefExpressions) |
DeclareStatement |
DeclareStatement.addTypeDefExprList(DeclareStatement.TypeDefExpr... typeDefExpressions) |
DeclareStatement |
DeclareStatement.withColumnDefinitions(List<ColumnDefinition> columnDefinitions) |
DeclareStatement |
DeclareStatement.withDeclareType(DeclareType declareType) |
DeclareStatement |
DeclareStatement.withTypeDefExprList(List<DeclareStatement.TypeDefExpr> typeDefExpressions) |
DeclareStatement |
DeclareStatement.withTypeName(String typeName) |
DeclareStatement |
DeclareStatement.withUserVariable(UserVariable userVariable) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatementVisitor.visit(DeclareStatement aThis) |
void |
StatementVisitorAdapter.visit(DeclareStatement aThis) |
| Modifier and Type | Method and Description |
|---|---|
void |
TablesNamesFinder.visit(DeclareStatement aThis) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclareStatementDeParser.deParse(DeclareStatement declare) |
void |
StatementDeParser.visit(DeclareStatement declare) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclareStatementValidator.validate(DeclareStatement declare) |
void |
StatementValidator.visit(DeclareStatement declare) |
Copyright © 2004–2021 JSQLParser. All rights reserved.