the entry values
true, if the entry was successfuly added
Add a column to the table
the column type
the column name
column instance, or undefined if it failed
Add an entry
the entry values
true, if the entry was sucessfuly added
Create the table
true, if the table was successfuly created
Delete the table
true, if the table was successfuly deleted
Alias for getEntries
the filter to apply
start index
end index
the entries values
Alias for getEntry
the filter to apply
the entry index
the entry values
Check whether does the table exist
true, if the table exists
Get a column of the table
the column name
column instance, or undefined if it does not exist
Get the table columns
the table columns
Get the entry values
the filter to apply
start index
end index
the entries values
Like getEntries but it only returns the entry at the specified index
the filter to apply
the entry index
the entry values
Get the table name
the table name
Get the total number of entries
the filter to apply
the total number of entries
Alias for modifyEntries
the filter to apply
the values to modify
true, if at least one of the entries was successfuly modified
Modify entries of the table
the filter apply
the values to modify
true, if at least one of the entries was successfuly modified
Alias for removeEntries
the filter to apply
true, if the entries were successfuly removed
Remove entries from the table
the filter to apply
true, if the entries were successfuly removed
Rename the table
the new name of the table
true, if the table was successfuly renamed
Alias for getTotalEntries
the filter to apply
the total number of entries
Generated using TypeDoc
Alias for addEntry