| Package | Description |
|---|---|
| com.alibaba.druid.sql.ast.expr | |
| com.alibaba.druid.sql.ast.statement | |
| com.alibaba.druid.sql.dialect.mysql.ast.clause | |
| com.alibaba.druid.sql.visitor |
| Modifier and Type | Method and Description |
|---|---|
SQLDeclareItem |
SQLIdentifierExpr.getResolvedDeclareItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLIdentifierExpr.setResolvedDeclareItem(SQLDeclareItem resolvedDeclareItem) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLDeclareItem> |
SQLDeclareStatement.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLDeclareStatement.addItem(SQLDeclareItem item) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLDeclareItem> |
MySqlDeclareStatement.getVarList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlDeclareStatement.addVar(SQLDeclareItem expr) |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlDeclareStatement.setVarList(List<SQLDeclareItem> varList) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLDeclareItem x) |
void |
SQLASTVisitor.endVisit(SQLDeclareItem x) |
boolean |
SQLASTVisitorAdapter.visit(SQLDeclareItem x) |
boolean |
SQLASTOutputVisitor.visit(SQLDeclareItem x) |
boolean |
SQLASTVisitor.visit(SQLDeclareItem x) |
boolean |
SchemaStatVisitor.visit(SQLDeclareItem x) |
Copyright © 2013–2018 Alibaba Group. All rights reserved.