C# Class ODbDump.ToStringFastVisitor

Inheritance: IODBFastVisitor
ファイルを表示 Open project: Bobris/BTDB Class Usage Examples

Protected Properties

Property Type Description
Builder StringBuilder

Public Methods

Method Description
MarkCurrentKeyAsUsed ( IKeyValueDBTransaction tr ) : void
ToString ( ) : string

Private Methods

Method Description
Print ( ByteBuffer b ) : void

Method Details

MarkCurrentKeyAsUsed() public method

public MarkCurrentKeyAsUsed ( IKeyValueDBTransaction tr ) : void
tr IKeyValueDBTransaction
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Builder protected_oe property

protected StringBuilder Builder
return StringBuilder