Uses of Class
gudusoft.gsqlparser.nodes.TCaseExpression

Packages that use TCaseExpression
gudusoft.gsqlparser.nodes   
gudusoft.gsqlparser.stmt.oracle   
 

Uses of TCaseExpression in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return TCaseExpression
 TCaseExpression TExpression.getCaseExpression()
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TCaseExpression
 void TParseTreeVisitor.postVisit(TCaseExpression node)
           
 void TParseTreeVisitor.preVisit(TCaseExpression node)
           
 void TExpression.setCaseExpression(TCaseExpression caseExpression)
           
 

Uses of TCaseExpression in gudusoft.gsqlparser.stmt.oracle
 

Methods in gudusoft.gsqlparser.stmt.oracle that return TCaseExpression
 TCaseExpression TPlsqlCaseStmt.getCaseExpr()