TinyBase logoTinyBase

Getter methods

This is the collection of getter methods within the Indexes interface. There are 7 getter methods in total.

getStore

The getStore method returns a reference to the underlying Store that is backing this Indexes object.

getTableId

The getTableId method returns the Id of the underlying Table that is backing an Index.

getSliceRowIds

The getSliceRowIds method gets the list of Row Ids in a given Slice, within a given Index.

getIndexIds

The getIndexIds method returns an array of the Index Ids registered with this Indexes object.

getSliceIds

The getSliceIds method gets the list of Slice Ids in an Index.

hasIndex

The hasIndex method returns a boolean indicating whether a given Index exists in the Indexes object.

hasSlice

The hasSlice method returns a boolean indicating whether a given Slice exists in the Indexes object.