Initializes a new instance of the SqlGenerator class

Namespace: NHibernate.Hql.Ast.ANTLR
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public SqlGenerator(
	ISessionFactoryImplementor sfi,
	ITreeNodeStream input
)
Visual Basic
Public Sub New ( _
	sfi As ISessionFactoryImplementor, _
	input As ITreeNodeStream _
)
Visual C++
public:
SqlGenerator(
	ISessionFactoryImplementor^ sfi, 
	ITreeNodeStream^ input
)

Parameters

sfi
Type: NHibernate.Engine..::..ISessionFactoryImplementor

[Missing <param name="sfi"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.SqlGenerator.#ctor(NHibernate.Engine.ISessionFactoryImplementor,Antlr.Runtime.Tree.ITreeNodeStream)"]

input
Type: ITreeNodeStream

[Missing <param name="input"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.SqlGenerator.#ctor(NHibernate.Engine.ISessionFactoryImplementor,Antlr.Runtime.Tree.ITreeNodeStream)"]

See Also