Initializes a new instance of the SqlGenerator class
Namespace: NHibernate.Hql.Ast.ANTLRAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SqlGenerator( ITreeNodeStream input, RecognizerSharedState state ) |
Visual Basic |
---|
Public Sub New ( _ input As ITreeNodeStream, _ state As RecognizerSharedState _ ) |
Visual C++ |
---|
public: SqlGenerator( ITreeNodeStream^ input, RecognizerSharedState^ state ) |
Parameters
- input
- Type: ITreeNodeStream
[Missing <param name="input"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.SqlGenerator.#ctor(Antlr.Runtime.Tree.ITreeNodeStream,Antlr.Runtime.RecognizerSharedState)"]
- state
- Type: RecognizerSharedState
[Missing <param name="state"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.SqlGenerator.#ctor(Antlr.Runtime.Tree.ITreeNodeStream,Antlr.Runtime.RecognizerSharedState)"]