Class PostgresDateDiffExpressionGenerator
Inheritance
System.Object
PostgresDateDiffExpressionGenerator
Namespace: Reveal.Sdk.Data.PostgreSQL
Assembly: Infragistics.Reveal.Connectors.Postgres.dll
Syntax
public class PostgresDateDiffExpressionGenerator : Object, ISqlExpressionGenerator
Constructors
PostgresDateDiffExpressionGenerator()
Declaration
public PostgresDateDiffExpressionGenerator()
Methods
GenerateExpression(FunctionNode, List<String>, List<ExpressionNode>, Func<ExpressionNode, DashboardDataType>)
Declaration
public string GenerateExpression(FunctionNode node, List<string> arguments, List<ExpressionNode> argumentsNodes, Func<ExpressionNode, DashboardDataType> inferNodeType)
Parameters
| Type | Name | Description |
|---|---|---|
| Infragistics.Reveal.Core.Query.FunctionNode | node | |
| System.Collections.Generic.List<System.String> | arguments | |
| System.Collections.Generic.List<Infragistics.Reveal.Core.Query.ExpressionNode> | argumentsNodes | |
| System.Func<Infragistics.Reveal.Core.Query.ExpressionNode, Infragistics.ReportPlus.DashboardModel.DashboardDataType> | inferNodeType |
Returns
| Type | Description |
|---|---|
| System.String |