C# Class NHibernate.Lob.ClobType

Inheritance: AbstractLobType, IParameterizedType
Mostra file Open project: sebmarkbage/calyptus.lob

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
SetParameterValues ( string>.IDictionary parameters ) : void
SqlTypes ( IMapping mapping ) : NHibernate.SqlTypes.SqlType[]

Protected Methods

Method Description
Get ( System rs, int ordinal ) : object
GetData ( object value ) : object
GetValue ( object dataObj ) : object

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Get() protected method

protected Get ( System rs, int ordinal ) : object
rs System
ordinal int
return object

GetData() protected method

protected GetData ( object value ) : object
value object
return object

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetValue() protected method

protected GetValue ( object dataObj ) : object
dataObj object
return object

SetParameterValues() public method

public SetParameterValues ( string>.IDictionary parameters ) : void
parameters string>.IDictionary
return void

SqlTypes() public method

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