Uses of Class
com.alibaba.druid.sql.ast.SQLDeclareItem
-
-
Uses of SQLDeclareItem in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLDeclareItem Modifier and Type Method Description SQLDeclareItemSQLIdentifierExpr. getResolvedDeclareItem()Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLDeclareItem Modifier and Type Method Description voidSQLIdentifierExpr. setResolvedDeclareItem(SQLDeclareItem resolvedDeclareItem) -
Uses of SQLDeclareItem in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLDeclareItem Modifier and Type Field Description protected List<SQLDeclareItem>SQLDeclareStatement. itemsMethods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLDeclareItem Modifier and Type Method Description List<SQLDeclareItem>SQLDeclareStatement. getItems()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLDeclareItem Modifier and Type Method Description voidSQLDeclareStatement. addItem(SQLDeclareItem item) -
Uses of SQLDeclareItem in com.alibaba.druid.sql.dialect.mysql.ast.clause
Methods in com.alibaba.druid.sql.dialect.mysql.ast.clause that return types with arguments of type SQLDeclareItem Modifier and Type Method Description List<SQLDeclareItem>MySqlDeclareStatement. getVarList()Methods in com.alibaba.druid.sql.dialect.mysql.ast.clause with parameters of type SQLDeclareItem Modifier and Type Method Description voidMySqlDeclareStatement. addVar(SQLDeclareItem expr)Method parameters in com.alibaba.druid.sql.dialect.mysql.ast.clause with type arguments of type SQLDeclareItem Modifier and Type Method Description voidMySqlDeclareStatement. setVarList(List<SQLDeclareItem> varList) -
Uses of SQLDeclareItem in com.alibaba.druid.sql.repository
Fields in com.alibaba.druid.sql.repository with type parameters of type SQLDeclareItem Modifier and Type Field Description protected Map<Long,SQLDeclareItem>SchemaResolveVisitor.Context. declaresMethods in com.alibaba.druid.sql.repository that return SQLDeclareItem Modifier and Type Method Description protected SQLDeclareItemSchemaResolveVisitor.Context. findDeclare(long nameHash)Methods in com.alibaba.druid.sql.repository with parameters of type SQLDeclareItem Modifier and Type Method Description protected voidSchemaResolveVisitor.Context. declare(SQLDeclareItem x)default booleanSchemaResolveVisitor. visit(SQLDeclareItem x) -
Uses of SQLDeclareItem in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLDeclareItem Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLDeclareItem x)booleanSchemaStatVisitor. visit(SQLDeclareItem x)booleanSQLASTOutputVisitor. visit(SQLDeclareItem x)default booleanSQLASTVisitor. visit(SQLDeclareItem x)
-