C# 클래스 DBreeze.Storage.RemoteInstance.RemoteTable

Represents one table, is managed by RemoteTablesHandler, server data, rollback and rollback helper files.
상속: IDisposable
파일 보기 프로젝트 열기: hhblaze/DBreeze 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_fileName string

공개 메소드들

메소드 설명
CloseRemoteTable ( ) : byte[]

CloseRemoteTable

DataFileFlush ( ) : byte[]

DataFileFlush

DataFileRead ( long position, int count ) : byte[]

DataFileRead

DataFileWrite ( long position, bool withFlush, byte data ) : byte[]

DataFileWrite

DeleteRemoteTable ( ) : byte[]

DeleteRemoteTable

Dispose ( ) : void

Dispose

OpenRemoteTable ( ) : byte[]

OpenRemoteTable

RemoteTable ( RemoteTablesHandler rth, string _fileName, ulong tableId ) : System

RemoteTable ( string _fileName, ulong tableId ) : System

RollbackFileFlush ( ) : byte[]

RollbackFileFlush

RollbackFileRead ( long position, int count ) : byte[]

RollbackFileRead

RollbackFileRecreate ( ) : byte[]

RollbackFileRecreate

RollbackFileWrite ( long position, bool withFlush, byte data ) : byte[]

RollbackFileWrite

RollbackHelperFileRead ( long position, int count ) : byte[]

RollbackHelperFileRead

RollbackHelperFileWrite ( long position, bool withFlush, byte data ) : byte[]

RollbackFileWrite

메소드 상세

CloseRemoteTable() 공개 메소드

CloseRemoteTable
public CloseRemoteTable ( ) : byte[]
리턴 byte[]

DataFileFlush() 공개 메소드

DataFileFlush
public DataFileFlush ( ) : byte[]
리턴 byte[]

DataFileRead() 공개 메소드

DataFileRead
public DataFileRead ( long position, int count ) : byte[]
position long
count int
리턴 byte[]

DataFileWrite() 공개 메소드

DataFileWrite
public DataFileWrite ( long position, bool withFlush, byte data ) : byte[]
position long
withFlush bool
data byte
리턴 byte[]

DeleteRemoteTable() 공개 메소드

DeleteRemoteTable
public DeleteRemoteTable ( ) : byte[]
리턴 byte[]

Dispose() 공개 메소드

Dispose
public Dispose ( ) : void
리턴 void

OpenRemoteTable() 공개 메소드

OpenRemoteTable
public OpenRemoteTable ( ) : byte[]
리턴 byte[]

RemoteTable() 공개 메소드

public RemoteTable ( RemoteTablesHandler rth, string _fileName, ulong tableId ) : System
rth RemoteTablesHandler
_fileName string
tableId ulong
리턴 System

RemoteTable() 공개 메소드

public RemoteTable ( string _fileName, ulong tableId ) : System
_fileName string
tableId ulong
리턴 System

RollbackFileFlush() 공개 메소드

RollbackFileFlush
public RollbackFileFlush ( ) : byte[]
리턴 byte[]

RollbackFileRead() 공개 메소드

RollbackFileRead
public RollbackFileRead ( long position, int count ) : byte[]
position long
count int
리턴 byte[]

RollbackFileRecreate() 공개 메소드

RollbackFileRecreate
public RollbackFileRecreate ( ) : byte[]
리턴 byte[]

RollbackFileWrite() 공개 메소드

RollbackFileWrite
public RollbackFileWrite ( long position, bool withFlush, byte data ) : byte[]
position long
withFlush bool
data byte
리턴 byte[]

RollbackHelperFileRead() 공개 메소드

RollbackHelperFileRead
public RollbackHelperFileRead ( long position, int count ) : byte[]
position long
count int
리턴 byte[]

RollbackHelperFileWrite() 공개 메소드

RollbackFileWrite
public RollbackHelperFileWrite ( long position, bool withFlush, byte data ) : byte[]
position long
withFlush bool
data byte
리턴 byte[]

프로퍼티 상세

_fileName 공개적으로 프로퍼티

public string _fileName
리턴 string