Deleter methods
This is the collection of deleter methods within the MergeableStore
interface. There are 9 deleter methods in total.
delTables
The delTables
method lets you remove all of the data in a Store
.
delTablesSchema
The delTablesSchema
method lets you remove the TablesSchema
of the Store
.
delTable
The delTable
method lets you remove a single Table
from the Store
.
delRow
The delRow
method lets you remove a single Row
from a Table
.
delCell
The delCell
method lets you remove a single Cell
from a Row
.
delValues
The delValues
method lets you remove all the Values
from a Store
.
delValuesSchema
The delValuesSchema
method lets you remove the ValuesSchema
of the Store
.
delValue
The delValue
method lets you remove a single Value
from a Store
.
delSchema
The delSchema
method lets you remove both the TablesSchema
and ValuesSchema
of the Store
.