C# 클래스 Lob.NHibernate.ExternalClob

상속: Lob.Model.Clob
파일 보기 프로젝트 열기: bittercoder/Lob

공개 메소드들

메소드 설명
Equals ( Clob clob ) : bool
ExternalClob ( IExternalBlobConnection connection, byte identifier, Encoding encoding ) : System
ExternalClob ( IExternalBlobConnection connection, byte identifier, Encoding encoding, IStreamCompressor compression ) : System
OpenReader ( ) : TextReader

보호된 메소드들

메소드 설명
GetExternalSource ( ) : object
GetIsPersisted ( ) : bool
GetPersistedIdentifier ( ) : byte[]
SetPersistedIdentifier ( byte contents, object externalSource ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( Clob clob ) : bool
clob Lob.Model.Clob
리턴 bool

ExternalClob() 공개 메소드

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

ExternalClob() 공개 메소드

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

GetExternalSource() 보호된 메소드

protected GetExternalSource ( ) : object
리턴 object

GetIsPersisted() 보호된 메소드

protected GetIsPersisted ( ) : bool
리턴 bool

GetPersistedIdentifier() 보호된 메소드

protected GetPersistedIdentifier ( ) : byte[]
리턴 byte[]

OpenReader() 공개 메소드

public OpenReader ( ) : TextReader
리턴 TextReader

SetPersistedIdentifier() 보호된 메소드

protected SetPersistedIdentifier ( byte contents, object externalSource ) : void
contents byte
externalSource object
리턴 void