C# Class Deveel.Data.Store.Journaled.PersistPageChangeCommand

Inheritance: PersistCommand
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
PersistPageChangeCommand ( long pageNumber, int offset, int count, Stream source ) : System

Method Details

PersistPageChangeCommand() public method

public PersistPageChangeCommand ( long pageNumber, int offset, int count, Stream source ) : System
pageNumber long
offset int
count int
source Stream
return System