C# Class Lob.NHibernate.ExternalClob

Inheritance: Lob.Model.Clob
Exibir arquivo Open project: bittercoder/Lob

Public Methods

Method Description
Equals ( Clob clob ) : bool
ExternalClob ( IExternalBlobConnection connection, byte identifier, Encoding encoding ) : System
ExternalClob ( IExternalBlobConnection connection, byte identifier, Encoding encoding, IStreamCompressor compression ) : System
OpenReader ( ) : TextReader

Protected Methods

Method Description
GetExternalSource ( ) : object
GetIsPersisted ( ) : bool
GetPersistedIdentifier ( ) : byte[]
SetPersistedIdentifier ( byte contents, object externalSource ) : void

Method Details

Equals() public method

public Equals ( Clob clob ) : bool
clob Lob.Model.Clob
return bool

ExternalClob() public method

public ExternalClob ( IExternalBlobConnection connection, byte identifier, Encoding encoding ) : System
connection IExternalBlobConnection
identifier byte
encoding System.Text.Encoding
return System

ExternalClob() public method

public ExternalClob ( IExternalBlobConnection connection, byte identifier, Encoding encoding, IStreamCompressor compression ) : System
connection IExternalBlobConnection
identifier byte
encoding System.Text.Encoding
compression IStreamCompressor
return System

GetExternalSource() protected method

protected GetExternalSource ( ) : object
return object

GetIsPersisted() protected method

protected GetIsPersisted ( ) : bool
return bool

GetPersistedIdentifier() protected method

protected GetPersistedIdentifier ( ) : byte[]
return byte[]

OpenReader() public method

public OpenReader ( ) : TextReader
return TextReader

SetPersistedIdentifier() protected method

protected SetPersistedIdentifier ( byte contents, object externalSource ) : void
contents byte
externalSource object
return void