Constructor and Description |
---|
DB2SelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
Constructor and Description |
---|
H2SelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
Constructor and Description |
---|
HiveSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
Constructor and Description |
---|
MySqlSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
Constructor and Description |
---|
OdpsSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
Constructor and Description |
---|
OracleSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
Constructor and Description |
---|
PGSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
Constructor and Description |
---|
SQLServerSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
Modifier and Type | Method and Description |
---|---|
SQLSelectListCache |
SQLStatementParser.getSelectListCache() |
Modifier and Type | Method and Description |
---|---|
void |
SQLStatementParser.setSelectListCache(SQLSelectListCache selectListCache) |
Constructor and Description |
---|
SQLSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
Modifier and Type | Method and Description |
---|---|
static String |
ParameterizedOutputVisitorUtils.parameterize(String sql,
String dbType,
SQLSelectListCache selectListCache) |
static String |
ParameterizedOutputVisitorUtils.parameterize(String sql,
String dbType,
SQLSelectListCache selectListCache,
List<Object> outParameters) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.