The HqlLexer type exposes the following members.

Constructors

  NameDescription
Public methodHqlLexer()()()()
Initializes a new instance of the HqlLexer class
Public methodHqlLexer(ICharStream)
Initializes a new instance of the HqlLexer class
Public methodHqlLexer(ICharStream, RecognizerSharedState)
Initializes a new instance of the HqlLexer class

Methods

  NameDescription
Public methodEmit (Overrides LexerEmit()()()().)
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.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodmALL
Public methodmAND
Public methodmANY
Public methodmAS
Public methodmASCENDING
Public methodmAVG
Public methodmBAND
Public methodmBETWEEN
Public methodmBNOT
Public methodmBOR
Public methodmBOTH
Public methodmBXOR
Public methodmCASE
Public methodmCLASS
Public methodmCLOSE
Public methodmCLOSE_BRACKET
Public methodmCOLON
Public methodmCOMMA
Public methodmCONCAT
Public methodmCOUNT
Public methodmDELETE
Public methodmDESCENDING
Public methodmDISTINCT
Public methodmDIV
Public methodmELEMENTS
Public methodmELSE
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodmEMPTY
Public methodmEND
Public methodmEQ
Public methodmESCAPE
Public methodmESCqs
Public methodmEXISTS
Public methodmEXPONENT
Public methodmFALSE
Public methodmFETCH
Public methodmFLOAT_SUFFIX
Public methodmFROM
Public methodmFULL
Public methodmGE
Public methodmGROUP
Public methodmGT
Public methodmHAVING
Public methodmHEX_DIGIT
Public methodmID_LETTER
Public methodmID_START_LETTER
Public methodmIDENT
Public methodmIN
Public methodmINDICES
Public methodmINNER
Public methodmINSERT
Public methodmINTO
Public methodmIS
Public methodmJOIN
Public methodmLE
Public methodmLEADING
Public methodmLEFT
Public methodmLIKE
Public methodmLITERAL_by
Public methodmLT
Public methodmMAX
Public methodmMEMBER
Public methodmMIN
Public methodmMINUS
Public methodmNE
Public methodmNEW
Public methodmNOT
Public methodmNULL
Public methodmNUM_INT
Public methodmOBJECT
Public methodmOF
Public methodmON
Public methodmOPEN
Public methodmOPEN_BRACKET
Public methodmOR
Public methodmORDER
Public methodmOUTER
Public methodmPARAM
Public methodmPLUS
Public methodmPROPERTIES
Public methodmQUOTED_String
Public methodmRIGHT
Public methodmSELECT
Public methodmSET
Public methodmSKIP
Public methodmSOME
Public methodmSQL_NE
Public methodmSTAR
Public methodmSUM
Public methodmT__133
Public methodmT__134
Public methodmTAKE
Public methodmTHEN
Public methodmTokens (Overrides LexermTokens()()()().)
Public methodmTRAILING
Public methodmTRUE
Public methodmUNION
Public methodmUPDATE
Public methodmVERSIONED
Public methodmWHEN
Public methodmWHERE
Public methodmWITH
Public methodmWS
Public methodsynpred1_Hql
Public methodsynpred1_Hql_fragment
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

Fields

Properties

  NameDescription
Public propertyGrammarFileName (Overrides BaseRecognizerGrammarFileName()()()().)

See Also