C# Class NHibernate.Hql.Ast.ANTLR.Tree.ResultVariableRefNode

Inheritance: NHibernate.Hql.Ast.ANTLR.Tree.HqlSqlWalkerNode
ファイルを表示 Open project: nhibernate/nhibernate-core Class Usage Examples

Public Methods

Method Description
RenderText ( ISessionFactoryImplementor sessionFactory ) : NHibernate.SqlCommand.SqlString
ResultVariableRefNode ( IToken token ) : System
SetSelectExpression ( ISelectExpression selectExpression ) : void

Private Methods

Method Description
GetColumnNamesString ( int scalarColumnIndex ) : NHibernate.SqlCommand.SqlString
GetColumnPositionsString ( int scalarColumnIndex ) : NHibernate.SqlCommand.SqlString

Method Details

RenderText() public method

public RenderText ( ISessionFactoryImplementor sessionFactory ) : NHibernate.SqlCommand.SqlString
sessionFactory ISessionFactoryImplementor
return NHibernate.SqlCommand.SqlString

ResultVariableRefNode() public method

public ResultVariableRefNode ( IToken token ) : System
token IToken
return System

SetSelectExpression() public method

public SetSelectExpression ( ISelectExpression selectExpression ) : void
selectExpression ISelectExpression
return void