usePreparedSync

open fun <R> usePreparedSync(sql: String, block: (SQLiteStatement) -> R): R(source)