rawQuery

abstract fun rawQuery(sql: String): RawQuery

Prepares SQL written by hand, with @name parameters.

Nothing is sent until one of the query's terminal methods is called, and calling two of them runs it twice.

Return

The query, ready to be run.

Parameters

sql

The query, with parameters written as @name.