| Package | Description |
|---|---|
| com.alibaba.druid.sql.dialect.mysql.ast.clause | |
| com.alibaba.druid.sql.dialect.sqlserver.ast.stmt | |
| com.alibaba.druid.sql.visitor |
| 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 |
|---|---|
List<SQLDeclareItem> |
SQLServerDeclareStatement.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLServerDeclareStatement.addItem(SQLDeclareItem item) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLDeclareItem x) |
void |
SQLASTVisitor.endVisit(SQLDeclareItem x) |
boolean |
SQLASTVisitorAdapter.visit(SQLDeclareItem x) |
boolean |
SQLASTVisitor.visit(SQLDeclareItem x) |
boolean |
SQLASTOutputVisitor.visit(SQLDeclareItem x) |
boolean |
SchemaStatVisitor.visit(SQLDeclareItem x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.