C# Class NHibernate.Dialect.Function.PositionSubstringFunction

Inheritance: ISQLFunction
Afficher le fichier Open project: nhibernate/nhibernate-core Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

PositionSubstringFunction() public méthode

public PositionSubstringFunction ( ) : System
Résultat System

Render() public méthode

public Render ( IList args, ISessionFactoryImplementor factory ) : NHibernate.SqlCommand.SqlString
args IList
factory ISessionFactoryImplementor
Résultat NHibernate.SqlCommand.SqlString

ReturnType() public méthode

public ReturnType ( IType columnType, IMapping mapping ) : IType
columnType IType
mapping IMapping
Résultat IType