Search Results for

    Show / Hide Table of Contents

    Class SqlParser

    Class used by Evaluator to divide a expression into tokens

    Inheritance
    object
    SqlParser
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class SqlParser

    Constructors

    View Source

    SqlParser()

    Declaration
    public SqlParser()

    Properties

    View Source

    AsDecimal

    Declaration
    public decimal AsDecimal { get; }
    Property Value
    Type Description
    decimal
    View Source

    AsDouble

    Declaration
    public double AsDouble { get; }
    Property Value
    Type Description
    double
    View Source

    AsInteger

    Declaration
    public int AsInteger { get; }
    Property Value
    Type Description
    int
    View Source

    Expression

    Declaration
    public string Expression { get; set; }
    Property Value
    Type Description
    string
    View Source

    SourceLine

    Declaration
    public int SourceLine { get; }
    Property Value
    Type Description
    int
    View Source

    SourcePos

    Declaration
    public int SourcePos { get; }
    Property Value
    Type Description
    int
    View Source

    Token

    Declaration
    public TokenType Token { get; }
    Property Value
    Type Description
    TokenType

    Methods

    View Source

    IsAssignment()

    Declaration
    public bool IsAssignment()
    Returns
    Type Description
    bool
    View Source

    NextToken()

    Declaration
    public TokenType NextToken()
    Returns
    Type Description
    TokenType
    View Source

    TokenString()

    Declaration
    public string TokenString()
    Returns
    Type Description
    string
    • View Source
    In this article
    Back to top Generated by DocFX