The HqlParser type exposes the following members.

Methods

  NameDescription
Public methodadditiveExpression
Public methodaggregate
Public methodaggregateDistinctAll
Public methodalias
Public methodaliasedExpression
Public methodaltWhenClause
Public methodasAlias
Public methodascendingOrDescending
Public methodassignment
Public methodatom
Public methodbetweenList
Public methodbitwiseAndExpression
Public methodbitwiseNotExpression
Public methodbitwiseOrExpression
Public methodbitwiseXOrExpression
Public methodcaseExpression
Public methodcollectionExpr
Public methodcompoundExpr
Public methodconcatenation
Public methodconstant
Public methoddeleteStatement
Public methodelseClause
Public methodequalityExpression
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodexpression
Public methodexpressionOrVector
Public methodexprList
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 methodfromClassOrOuterQueryPath
Public methodfromClause
Public methodfromJoin
Public methodfromRange
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 methodgroupByClause
Public methodHandleDotIdent
Public methodHandleIdentifierError
Public methodhavingClause
Public methodidentifier
Public methodidentPrimary
Public methodinClassDeclaration
Public methodinCollectionDeclaration
Public methodinCollectionElementsDeclaration
Public methodinList
Public methodinnerSubQuery
Public methodinsertablePropertySpec
Public methodinsertStatement
Public methodintoClause
Public methodlikeEscape
Public methodlogicalAndExpression
Public methodlogicalExpression
Public methodlogicalOrExpression
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodmultiplyExpression
Public methodnegatedExpression
Public methodNegateNode
Public methodnewExpression
Public methodnewValue
Public methodoptionalFromTokenFromClause
Public methodoptionalFromTokenFromClause2
Public methodorderByClause
Public methodorderElement
Public methodparameter
Public methodpath
Public methodprimaryExpression
Public methodProcessEqualityExpression
Public methodProcessMemberOf
Public methodpropertyFetch
Public methodquantifiedExpression
Public methodqueryRule
Protected methodRecoverFromMismatchedToken (Overrides BaseRecognizerRecoverFromMismatchedToken(IIntStream, Int32, BitSet).)
Public methodrelationalExpression
Public methodReportError (Overrides BaseRecognizerReportError(RecognitionException).)
Public methodselectClause
Public methodselectedPropertiesList
Public methodselectFrom
Public methodselectObject
Public methodselectStatement
Public methodsetClause
Public methodskipClause
Public methodstateField
Public methodstatement
Public methodsubQuery
Public methodtakeClause
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodunaryExpression
Public methodupdateStatement
Public methodvectorExpr
Public methodWeakKeywords
Public methodWeakKeywords2
Public methodwhenClause
Public methodwhereClause
Public methodwithClause

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.)

See Also