C# 클래스 NHibernate.Lob.XlobType

상속: AbstractLobType, IParameterizedType
파일 보기 프로젝트 열기: sebmarkbage/calyptus.lob

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
SetParameterValues ( string>.IDictionary parameters ) : void
SqlTypes ( IMapping mapping ) : NHibernate.SqlTypes.SqlType[]

보호된 메소드들

메소드 설명
Get ( System rs, int ordinal ) : object
GetData ( object value ) : object
GetValue ( object dataObj ) : object

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Get() 보호된 메소드

protected Get ( System rs, int ordinal ) : object
rs System
ordinal int
리턴 object

GetData() 보호된 메소드

protected GetData ( object value ) : object
value object
리턴 object

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetValue() 보호된 메소드

protected GetValue ( object dataObj ) : object
dataObj object
리턴 object

SetParameterValues() 공개 메소드

public SetParameterValues ( string>.IDictionary parameters ) : void
parameters string>.IDictionary
리턴 void

SqlTypes() 공개 메소드

public SqlTypes ( IMapping mapping ) : NHibernate.SqlTypes.SqlType[]
mapping IMapping
리턴 NHibernate.SqlTypes.SqlType[]