Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
Modifier and Type | Method and Description |
---|---|
TInExpr |
TContainsTable.getColumn_or_columnList()
Deprecated.
As of v1.6.4.9, replaced by
TContainsTable.getColumnReferences() |
TInExpr |
TExpression.getInExpr()
Deprecated.
As of v1.4.3.3, replaced by
TExpression.getRightOperand() |
TInExpr |
TFunctionCall.getInExpr() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TInExpr node) |
void |
TParseTreeVisitor.preVisit(TInExpr node) |
void |
TContainsTable.setColumn_or_columnList(TInExpr column_or_columnList) |
void |
TExpression.setInExpr(TInExpr inExpr) |
void |
TFunctionCall.setInExpr(TInExpr inExpr) |
Copyright © 2019. All rights reserved.