RelexParser ClassNReco.Data Class Library Documentation
Parses relex expression to Query structure.
Inheritance Hierarchy

System.Object
  NReco.Data.Relex.RelexParser

Namespace: NReco.Data.Relex
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public class RelexParser

The RelexParser type exposes the following members.

Constructors

  NameDescription
Public methodRelexParser
Initializes a new instance of the RelexParser class
Top
Methods

  NameDescription
Protected methodComposeGroupNode
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetAllDelimiters
Protected methodGetCondition
Protected methodGetGroupType
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetLexem(String, Int32, Int32)
Protected methodGetLexem(String, Int32, Int32, RelexParser.LexemType)
Protected methodGetLexemType
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsNullValue
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParse
Public methodParseCondition(String)
Protected methodParseCondition(String, Int32, Int32)
Protected methodParseConditionGroup
Protected methodParseInternal
Protected methodParseNodeName
Protected methodParseTypedConstant
Protected methodSplitArrayValues
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAllowRawSql
Allows raw sql constants like "select 1":sql. True by default.
Top
See Also