TinyBase logoTinyBase

Configuration methods

setParamValues

The setParamValues method sets multiple param values for a parameterized query at once, causing the query to re-evaluate with the new param values. Read more.

setParamValue

The setParamValue method sets a single param value for a parameterized query, causing the query to re-evaluate with the new param value. Read more.

delQueryDefinition

The delQueryDefinition method removes an existing query definition. Read more.

setQueryDefinition

The setQueryDefinition method lets you set the definition of a query. Read more.