C# Class Deveel.Data.Sql.Tables.TableSourceGC

Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
Collect ( bool force ) : void
DeleteRow ( int rowIndex ) : void
TableSourceGC ( TableSource tableSource ) : System

Method Details

Collect() public method

public Collect ( bool force ) : void
force bool
return void

DeleteRow() public method

public DeleteRow ( int rowIndex ) : void
rowIndex int
return void

TableSourceGC() public method

public TableSourceGC ( TableSource tableSource ) : System
tableSource TableSource
return System