TinyBase logoTinyBase

Deleter methods

This is the collection of deleter methods within the Store interface. There are 9 deleter methods in total.

delTables

The delTables method lets you remove all of the data in a Store.

Read more

delTablesSchema

The delTablesSchema method lets you remove the TablesSchema of the Store.

Read more

delTable

The delTable method lets you remove a single Table from the Store.

Read more

delRow

The delRow method lets you remove a single Row from a Table.

Read more

delCell

The delCell method lets you remove a single Cell from a Row.

Read more

delValues

The delValues method lets you remove all the Values from a Store.

Read more

delValuesSchema

The delValuesSchema method lets you remove the ValuesSchema of the Store.

Read more

delValue

The delValue method lets you remove a single Value from a Store.

Read more

delSchema

The delSchema method lets you remove both the TablesSchema and ValuesSchema of the Store.

Read more