public class SQLSelectListCache extends Object
| Constructor and Description |
|---|
SQLSelectListCache(String dbType) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String select) |
void |
clear() |
int |
getSize() |
boolean |
match(Lexer lexer,
SQLSelectQueryBlock queryBlock) |
public SQLSelectListCache(String dbType)
public void add(String select)
public int getSize()
public void clear()
public boolean match(Lexer lexer, SQLSelectQueryBlock queryBlock)
Copyright © 2013–2018 Alibaba Group. All rights reserved.