Package com.alibaba.druid.sql.parser
Class SQLSelectListCache
- java.lang.Object
-
- com.alibaba.druid.sql.parser.SQLSelectListCache
-
public class SQLSelectListCache extends Object
-
-
Constructor Summary
Constructors Constructor Description SQLSelectListCache(DbType dbType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String select)voidclear()intgetSize()booleanmatch(Lexer lexer, SQLSelectQueryBlock queryBlock)
-
-
-
Constructor Detail
-
SQLSelectListCache
public SQLSelectListCache(DbType dbType)
-
-
Method Detail
-
add
public void add(String select)
-
getSize
public int getSize()
-
clear
public void clear()
-
match
public boolean match(Lexer lexer, SQLSelectQueryBlock queryBlock)
-
-