SQLite3.prepare

Prepare SQL statement for multiple execution or for parameters binding.

If args are given, they are bound before return, so client can immediately call step() to get rows.

class SQLite3
prepare
(
T...
)
(
string sql
,
const auto ref T args
)

Meta