C# Class NHibernate.Dialect.Function.CharIndexFunction

Emulation of locate() on Sybase
Inheritance: ISQLFunction
Afficher le fichier Open project: nhibernate/nhibernate-core

Méthodes publiques

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

Private Methods

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

Method Details

CharIndexFunction() public méthode

public CharIndexFunction ( ) : System
Résultat System

Render() public méthode

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

ReturnType() public méthode

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