patito.Database.Query.query_string

Database.Query.query_string(*args, **kwargs)

Return the query to be executed for the given parameters.

Parameters:
  • *args (ParamSpecArgs) – Positional arguments used to construct the query string.

  • *kwargs (ParamSpecKwargs) – Keyword arguments used to construct the query string.

Return type:

str

Returns:

The query string produced for the given input parameters.