Namespaces

Types

Type ParserHelper

Namespace NHibernate.Hql.Classic

Methods

Fields

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public static methods

bool IsWhitespace(string str)

Parameters
return bool
string str

void Parse(IParser p, string text, string seperators, QueryTranslator q)

Parameters
IParser p
string text
string seperators
QueryTranslator q

Public fields

string HqlVariablePrefix

return string

string HqlSeparators

return string

string PathSeparators

return string

string Whitespace

return string