Creates a delete query for one or more tables of an API connection.
The name of the table to delete the record from.
The filter condition for the table.
Creates an insert query for one table of an API connection.
The name of the table to create a new record into.
The field values to set when the query is executed.
Creates a select query for one or more tables of an API connection.
The name of the table to select the records from.
The filter condition for the table.
Creates an update query for one or more tables of an API connection.
The name of the table to update records from.
Creates an upsert query for one table of an API connection.
The name of the table to update or create a new record into.
The field values to set when the query is executed.
Class for building a certain type of query (insert / upsert / update / delete / select / find) for an API Connection.