Pre Query Functions

Back To uAdmin Functions List

In this section, we will cover the following functions in-depth listed below:

uadmin.APIPreQueryAdd

Back To Top

APIPreQueryAdd controls the data API’s pre query for add commands. By default, APIPreQueryAdd returns false.

Type:

bool

uadmin.APIPreQueryAdder

Back To Top

APIPreQueryAdder is an interface for models to run before processing add function in dAPI. Returning false stops the rest of the process from happening.

Type:

interface

uadmin.APIPreQueryDelete

Back To Top

APIPreQueryDelete controls the data API’s pre query for delete commands. By default, APIPreQueryDelete returns false.

Type:

bool

uadmin.APIPreQueryDeleter

Back To Top

APIPreQueryDeleter is an interface for models to run before processing delete function in dAPI. Returning false stops the rest of the process from happening.

Type:

interface

uadmin.APIPreQueryEdit

Back To Top

APIPreQueryEdit controls the data API’s pre query for edit commands. By default, APIPreQueryEdit returns false.

Type:

bool

uadmin.APIPreQueryEditor

Back To Top

APIPreQueryEditor is an interface for models to run before processing edit function in dAPI. Returning false stops the rest of the process from happening.

Type:

interface

uadmin.APIPreQueryRead

Back To Top

APIPreQueryRead controls the data API’s pre query for read commands. By default, APIPreQueryRead returns false.

Type:

bool

uadmin.APIPreQueryReader

Back To Top

APIPreQueryReader is an interface for models to run before processing read function in dAPI. Returning false stops the rest of the process from happening.

Type:

interface

uadmin.APIPreQuerySchema

Back To Top

APIPreQuerySchema controls the data API’s pre query for schema commands. By default, APIPreQuerySchema returns false.

Type:

bool

uadmin.APIPreQuerySchemer

Back To Top

APIPreQuerySchemer is an interface for models to run before processing schema function in dAPI. Returning false stops the rest of the process from happening.

Type:

interface