C# Class NHibernate.Lob.ClobType

Inheritance: AbstractLobType, IParameterizedType
Afficher le fichier Open project: sebmarkbage/calyptus.lob

Méthodes publiques

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

Méthodes protégées

Méthode Description
Get ( System rs, int ordinal ) : object
GetData ( object value ) : object
GetValue ( object dataObj ) : object

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Get() protected méthode

protected Get ( System rs, int ordinal ) : object
rs System
ordinal int
Résultat object

GetData() protected méthode

protected GetData ( object value ) : object
value object
Résultat object

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetValue() protected méthode

protected GetValue ( object dataObj ) : object
dataObj object
Résultat object

SetParameterValues() public méthode

public SetParameterValues ( string>.IDictionary parameters ) : void
parameters string>.IDictionary
Résultat void

SqlTypes() public méthode

public SqlTypes ( IMapping mapping ) : NHibernate.SqlTypes.SqlType[]
mapping IMapping
Résultat NHibernate.SqlTypes.SqlType[]