Uses of Class
gudusoft.gsqlparser.nodes.TFunctionCall

Packages that use TFunctionCall
gudusoft.gsqlparser.nodes   
gudusoft.gsqlparser.stmt   
gudusoft.gsqlparser.stmt.mssql   
 

Uses of TFunctionCall in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return TFunctionCall
 TFunctionCall TPivotClause.getAggregation_function()
           
 TFunctionCall TFromTable.getFuncCall()
          a table-valued function, in SQL Server, Postgresql
 TFunctionCall TTable.getFuncCall()
           
 TFunctionCall TExpression.getFunctionCall()
           
 TFunctionCall TInsertSqlNode.getFunctionCall()
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TFunctionCall
 void TParseTreeVisitor.postVisit(TFunctionCall node)
           
 void TParseTreeVisitor.preVisit(TFunctionCall node)
           
 void TTable.setFuncCall(TFunctionCall funcCall)
           
 void TExpression.setFunctionCall(TFunctionCall functionCall)
           
 

Uses of TFunctionCall in gudusoft.gsqlparser.stmt
 

Methods in gudusoft.gsqlparser.stmt that return TFunctionCall
 TFunctionCall TInsertSqlStatement.getFunctionCall()
          value clause valid when TInsertSqlStatement.getValueType() is vt_values_function.
 

Uses of TFunctionCall in gudusoft.gsqlparser.stmt.mssql
 

Methods in gudusoft.gsqlparser.stmt.mssql that return TFunctionCall
 TFunctionCall TMssqlSet.getXmlMethod()
           
 TFunctionCall TMssqlSetSqlNode.getXmlMethod()
           
 

Methods in gudusoft.gsqlparser.stmt.mssql with parameters of type TFunctionCall
 void TMssqlSetSqlNode.setXmlMethod(TFunctionCall xmlMethod)