Database.prepare

Prepares (compiles) a single SQL statement and returngs it, so that it can be bound to values before execution.

The statement becomes invalid if the Database goes out of scope and is destroyed.

struct Database
prepare
(
string sql
)

Meta