C# 클래스 NHibernate.Dialect.Function.CharIndexFunction

Emulation of locate() on Sybase
상속: ISQLFunction
파일 보기 프로젝트 열기: nhibernate/nhibernate-core

공개 메소드들

메소드 설명
CharIndexFunction ( ) : System
Render ( IList args, ISessionFactoryImplementor factory ) : SqlString
ReturnType ( IType columnType, IMapping mapping ) : IType

비공개 메소드들

메소드 설명
RenderPositionInSubstring ( SqlStringBuilder buf, object pattern, object orgString, object start ) : void

메소드 상세

CharIndexFunction() 공개 메소드

public CharIndexFunction ( ) : System
리턴 System

Render() 공개 메소드

public Render ( IList args, ISessionFactoryImplementor factory ) : SqlString
args IList
factory ISessionFactoryImplementor
리턴 SqlString

ReturnType() 공개 메소드

public ReturnType ( IType columnType, IMapping mapping ) : IType
columnType IType
mapping IMapping
리턴 IType