Uses of Class
gudusoft.gsqlparser.nodes.TRelationExpr
Packages that use TRelationExpr
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TRelationExpr in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TRelationExprModifier and TypeMethodDescriptionTFromTable.getRelationExpr()Postgresql relation exprTRelationExprList.getRelationExpr(int position) TSelectSqlNode.getRelationExpr()Methods in gudusoft.gsqlparser.nodes with parameters of type TRelationExprModifier and TypeMethodDescriptionvoidTRelationExprList.addRelationExpr(TRelationExpr RelationExpr) voidTFromTable.setRelationExpr(TRelationExpr relationExpr) voidTSelectSqlNode.setRelationExpr(TRelationExpr relationExpr)