C# Class NHibernate.Hql.Ast.HqlStatement

Inheritance: HqlTreeNode
Datei anzeigen Open project: nhibernate/nhibernate-core

Protected Methods

Method Description
HqlStatement ( int type, string text, IASTFactory factory ) : System
HqlStatement ( int type, string text, IASTFactory factory, IEnumerable children ) : System

Method Details

HqlStatement() protected method

protected HqlStatement ( int type, string text, IASTFactory factory ) : System
type int
text string
factory IASTFactory
return System

HqlStatement() protected method

protected HqlStatement ( int type, string text, IASTFactory factory, IEnumerable children ) : System
type int
text string
factory IASTFactory
children IEnumerable
return System