C# Class BTDBTest.ODBIteratorTest.ToStringFastVisitor

Inheritance: IODBFastVisitor
Mostra file Open project: Bobris/BTDB

Public Properties

Property Type Description
Keys ByteBuffer

Protected Properties

Property Type Description
Builder StringBuilder

Public Methods

Method Description
MarkCurrentKeyAsUsed ( IKeyValueDBTransaction tr ) : void
Print ( ByteBuffer b ) : void
ToString ( ) : string

Method Details

MarkCurrentKeyAsUsed() public method

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

Print() public method

public Print ( ByteBuffer b ) : void
b ByteBuffer
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Builder protected_oe property

protected StringBuilder Builder
return StringBuilder

Keys public_oe property

public ByteBuffer Keys
return ByteBuffer