public class SQLServerExprParser extends SQLExprParser
| Modifier and Type | Field and Description |
|---|---|
static String[] |
AGGREGATE_FUNCTIONS |
| Constructor and Description |
|---|
SQLServerExprParser(Lexer lexer) |
SQLServerExprParser(String sql) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
createColumnDefinition() |
SQLServerSelectParser |
createSelectParser() |
SQLName |
nameRest(SQLName expr) |
SQLColumnDefinition |
parseColumnRest(SQLColumnDefinition column) |
SQLSelectItem |
parseSelectItem() |
SQLServerTop |
parseTop() |
SQLExpr |
primary() |
SQLExpr |
primaryRest(SQLExpr expr) |
accept, additive, additiveRest, and, andRest, bitAnd, bitAndRest, bitOr, bitOrRest, bitXor, bitXorRest, equality, equalityRest, expr, exprList, exprList, exprRest, groupComparisionRest, inRest, integerExpr, isAggreateFunction, multiplicative, multiplicativeRest, name, names, names, notRationalRest, or, orRest, parseAssignItem, parseCheck, parseColumn, parseConstaint, parseDataType, parseForeignKey, parseGroupingSet, parseHints, parseHints, parseOrderBy, parsePartitionValues, parsePrimaryKey, parseSelectOrderByItem, parseUnique, parseUpdateSetItem, relational, relationalRest, shift, shiftRestpublic static final String[] AGGREGATE_FUNCTIONS
public SQLServerExprParser(Lexer lexer)
public SQLServerExprParser(String sql)
public SQLExpr primary()
primary in class SQLExprParserpublic SQLServerSelectParser createSelectParser()
createSelectParser in class SQLExprParserpublic SQLExpr primaryRest(SQLExpr expr)
primaryRest in class SQLExprParserpublic SQLName nameRest(SQLName expr)
nameRest in class SQLExprParserpublic SQLServerTop parseTop()
public SQLSelectItem parseSelectItem()
parseSelectItem in class SQLExprParserpublic SQLColumnDefinition createColumnDefinition()
createColumnDefinition in class SQLExprParserpublic SQLColumnDefinition parseColumnRest(SQLColumnDefinition column)
parseColumnRest in class SQLExprParserCopyright © 2013–2016 Alibaba Group. All rights reserved.