Package | Description |
---|---|
gudusoft.gsqlparser |
Provides the class
gudusoft.gsqlparser.TGSqlParserr necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.dax | |
gudusoft.gsqlparser.nodes.hive | |
gudusoft.gsqlparser.nodes.mssql | |
gudusoft.gsqlparser.scriptWriter | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.mssql | |
gudusoft.gsqlparser.stmt.oracle | |
gudusoft.gsqlparser.stmt.postgresql |
Modifier and Type | Method and Description |
---|---|
static TFunctionCall |
TGSqlParser.parseFunctionCall(EDbVendor dbVendor,
String newFunction) |
TFunctionCall |
TGSqlParser.parseFunctionCall(String newFunction)
Create a function object from the parameter: newFunction
|
Modifier and Type | Method and Description |
---|---|
TFunctionCall |
TPivotClause.getAggregation_function() |
TFunctionCall |
TTable.getFuncCall() |
TFunctionCall |
TFromTable.getFuncCall()
a table-valued function, in SQL Server, Postgresql
|
TFunctionCall |
TInsertSqlNode.getFunctionCall() |
TFunctionCall |
TExpression.getFunctionCall() |
TFunctionCall |
TCreateTriggerSqlNode.getFunctionCall() |
TFunctionCall |
TObjectAccess.getMethod() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TFunctionCall node) |
void |
TParseTreeVisitor.preVisit(TFunctionCall node) |
void |
TPivotClause.setAggregation_function(TFunctionCall aggregation_function) |
void |
TTable.setFuncCall(TFunctionCall funcCall) |
void |
TFromTable.setFuncCall(TFunctionCall funcCall) |
void |
TExpression.setFunctionCall(TFunctionCall functionCall) |
void |
TCreateTriggerSqlNode.setFunctionCall(TFunctionCall functionCall) |
void |
TObjectAccess.setMethod(TFunctionCall method) |
Constructor and Description |
---|
TExpression(TFunctionCall functionCall) |
Modifier and Type | Class and Description |
---|---|
class |
TDaxAddMissingItems
DAX addmissingitems function
|
class |
TDaxDatatable
DAX datatable function
|
class |
TDaxFunction
Generic class of all DAX functions.
|
class |
TDaxGroupBy
DAX group by function
|
class |
TDaxGroupByBase
Base class of function groupby() and summarize().
|
class |
TDaxIsOnOrAfter
DAX isonorafter function
|
class |
TDaxReturn |
class |
TDaxSubstituteWithIndex
DAX substitutewithindex function
|
class |
TDaxSummarize
DAX summarize function.
|
class |
TDaxSummerizeColumns
DAX summarizecolumns function.
|
Modifier and Type | Method and Description |
---|---|
TFunctionCall |
THiveLateralView.getUdtf() |
Modifier and Type | Method and Description |
---|---|
void |
THiveLateralView.setUdtf(TFunctionCall udtf) |
Modifier and Type | Method and Description |
---|---|
TFunctionCall |
TMssqlSetSqlNode.getXmlMethod() |
Modifier and Type | Method and Description |
---|---|
void |
TMssqlSetSqlNode.setXmlMethod(TFunctionCall xmlMethod) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TFunctionCall node) |
Modifier and Type | Method and Description |
---|---|
TFunctionCall |
TInsertSqlStatement.getFunctionCall()
value clause valid when
TInsertSqlStatement.getInsertSource() is EInsertSource.values_function . |
TFunctionCall |
TCreateTriggerStmt.getFunctionCall()
Greenplum executed function
|
Modifier and Type | Method and Description |
---|---|
void |
TInsertSqlStatement.setFunctionCall(TFunctionCall functionCall) |
void |
TCreateTriggerStmt.setFunctionCall(TFunctionCall functionCall) |
Modifier and Type | Method and Description |
---|---|
TFunctionCall |
TMssqlSet.getXmlMethod() |
Modifier and Type | Method and Description |
---|---|
void |
TMssqlSet.setXmlMethod(TFunctionCall xmlMethod) |
Modifier and Type | Method and Description |
---|---|
TFunctionCall |
TPlsqlCreateTrigger.getFunctionCall()
PostgreSQL executed function
|
Modifier and Type | Method and Description |
---|---|
void |
TPlsqlCreateTrigger.setFunctionCall(TFunctionCall functionCall) |
Modifier and Type | Method and Description |
---|---|
TFunctionCall |
TPlsqlCreateTriggerSqlStatement.getFunctionCall()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TPlsqlCreateTriggerSqlStatement.setFunctionCall(TFunctionCall functionCall)
Deprecated.
|
Copyright © 2019. All rights reserved.