C# Class NHibernate.Dialect.Function.PositionSubstringFunction

Inheritance: ISQLFunction
ファイルを表示 Open project: nhibernate/nhibernate-core Class Usage Examples

Public Methods

Method Description
PositionSubstringFunction ( ) : System
Render ( IList args, ISessionFactoryImplementor factory ) : NHibernate.SqlCommand.SqlString
ReturnType ( IType columnType, IMapping mapping ) : IType

Private Methods

Method Description
RenderPositionInSubstring ( NHibernate.SqlCommand.SqlStringBuilder buf, object pattern, object orgString, object start ) : void

Method Details

PositionSubstringFunction() public method

public PositionSubstringFunction ( ) : System
return System

Render() public method

public Render ( IList args, ISessionFactoryImplementor factory ) : NHibernate.SqlCommand.SqlString
args IList
factory ISessionFactoryImplementor
return NHibernate.SqlCommand.SqlString

ReturnType() public method

public ReturnType ( IType columnType, IMapping mapping ) : IType
columnType IType
mapping IMapping
return IType