Uses of Class
gudusoft.gsqlparser.nodes.TFunctionCall
Packages that use TFunctionCall
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TFunctionCall in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return TFunctionCallModifier and TypeMethodDescriptionstatic TFunctionCallTGSqlParser.parseFunctionCall(EDbVendor dbVendor, String newFunction) TGSqlParser.parseFunctionCall(String newFunction) Create a function object from the parameter: newFunction -
Uses of TFunctionCall in gudusoft.gsqlparser.dlineage
Methods in gudusoft.gsqlparser.dlineage with parameters of type TFunctionCallModifier and TypeMethodDescriptionbooleanDataFlowAnalyzer.isAggregateFunction(TFunctionCall func) -
Uses of TFunctionCall in gudusoft.gsqlparser.dlineage.dataflow.model
Methods in gudusoft.gsqlparser.dlineage.dataflow.model with parameters of type TFunctionCallModifier and TypeMethodDescriptionModelFactory.createFunction(TFunctionCall functionCall) ModelFactory.createProcedureFromFunctionCall(TFunctionCall function) ModelFactory.createProcess(TFunctionCall functionCall) ModelFactory.createTableColumn(Table table, TFunctionCall constantFunction) Constructors in gudusoft.gsqlparser.dlineage.dataflow.model with parameters of type TFunctionCallModifierConstructorDescriptionFunction(TFunctionCall functionObject) Procedure(TFunctionCall function) Process(TFunctionCall gspObject) TableColumn(Table table, TFunctionCall columnObject) -
Uses of TFunctionCall in gudusoft.gsqlparser.dlineage.util
Methods in gudusoft.gsqlparser.dlineage.util with parameters of type TFunctionCallModifier and TypeMethodDescriptionstatic StringDlineageUtil.getFunctionNameWithArgNum(TFunctionCall function) -
Uses of TFunctionCall in gudusoft.gsqlparser.nodes
Subclasses of TFunctionCall in gudusoft.gsqlparser.nodesModifier and TypeClassDescriptionclassThis class is used to represent a JSON_TABLE function in Oracle and OpenJson function in SQL Server.classMethods in gudusoft.gsqlparser.nodes that return TFunctionCallModifier and TypeMethodDescriptionTPivotClause.getAggregation_function()TFromTable.getFuncCall()a table-valued function, in SQL Server, PostgresqlTTable.getFuncCall()TCreateTriggerSqlNode.getFunctionCall()TExpression.getFunctionCall()TInsertSqlNode.getFunctionCall()TAttributeOrMethod.getMethod()TObjectAccess.getMethod()TLateralView.getUdtf()Methods in gudusoft.gsqlparser.nodes with parameters of type TFunctionCallModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TFunctionCall node) voidTParseTreeVisitor.preVisit(TFunctionCall node) voidTPivotClause.setAggregation_function(TFunctionCall aggregation_function) voidTFromTable.setFuncCall(TFunctionCall funcCall) voidTTable.setFuncCall(TFunctionCall funcCall) voidTCreateTriggerSqlNode.setFunctionCall(TFunctionCall functionCall) voidTExpression.setFunctionCall(TFunctionCall functionCall) voidTAttributeOrMethod.setMethod(TFunctionCall method) voidTObjectAccess.setMethod(TFunctionCall method) voidTLateralView.setUdtf(TFunctionCall udtf) Constructors in gudusoft.gsqlparser.nodes with parameters of type TFunctionCall -
Uses of TFunctionCall in gudusoft.gsqlparser.nodes.dax
Subclasses of TFunctionCall in gudusoft.gsqlparser.nodes.daxModifier and TypeClassDescriptionclassDAX addmissingitems functionclassDAX datatable functionclassGeneric class of all DAX functions.classDAX group by functionclassBase class of function groupby() and summarize().classDAX isonorafter functionclassclassDAX substitutewithindex functionclassDAX summarize function.classDAX summarizecolumns function. -
Uses of TFunctionCall in gudusoft.gsqlparser.nodes.functions
Subclasses of TFunctionCall in gudusoft.gsqlparser.nodes.functionsModifier and TypeClassDescriptionclassBigQuery ARRAY_CONCAT_AGG function Syntax: ARRAY_CONCAT_AGG(expression [ORDER BY expr [ASC|DESC]] [LIMIT n])classclassTeradata json function such as json_agg, json_composeclassclassclassclassTeraData UnPack function -
Uses of TFunctionCall in gudusoft.gsqlparser.nodes.mssql
Methods in gudusoft.gsqlparser.nodes.mssql that return TFunctionCallMethods in gudusoft.gsqlparser.nodes.mssql with parameters of type TFunctionCall -
Uses of TFunctionCall in gudusoft.gsqlparser.resolver
Methods in gudusoft.gsqlparser.resolver with parameters of type TFunctionCall -
Uses of TFunctionCall in gudusoft.gsqlparser.resolver2
Methods in gudusoft.gsqlparser.resolver2 with parameters of type TFunctionCall -
Uses of TFunctionCall in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TFunctionCall -
Uses of TFunctionCall in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TFunctionCallModifier and TypeMethodDescriptionTCreateTriggerStmt.getFunctionCall()Greenplum,postgresql executed functionTInsertSqlStatement.getFunctionCall()value clause valid whenTInsertSqlStatement.getInsertSource()isEInsertSource.values_function.Methods in gudusoft.gsqlparser.stmt with parameters of type TFunctionCallModifier and TypeMethodDescriptionvoidTCreateTriggerStmt.setFunctionCall(TFunctionCall functionCall) voidTInsertSqlStatement.setFunctionCall(TFunctionCall functionCall) -
Uses of TFunctionCall in gudusoft.gsqlparser.stmt.mssql
Methods in gudusoft.gsqlparser.stmt.mssql that return TFunctionCallMethods in gudusoft.gsqlparser.stmt.mssql with parameters of type TFunctionCall -
Uses of TFunctionCall in gudusoft.gsqlparser.stmt.oracle
Methods in gudusoft.gsqlparser.stmt.oracle that return TFunctionCallModifier and TypeMethodDescriptionTPlsqlCreateTrigger.getFunctionCall()PostgreSQL executed functionMethods in gudusoft.gsqlparser.stmt.oracle with parameters of type TFunctionCallModifier and TypeMethodDescriptionvoidTPlsqlCreateTrigger.setFunctionCall(TFunctionCall functionCall) -
Uses of TFunctionCall in gudusoft.gsqlparser.stmt.postgresql
Methods in gudusoft.gsqlparser.stmt.postgresql that return TFunctionCallMethods in gudusoft.gsqlparser.stmt.postgresql with parameters of type TFunctionCallModifier and TypeMethodDescriptionvoidTPlsqlCreateTriggerSqlStatement.setFunctionCall(TFunctionCall functionCall) Deprecated.