DatabaseDriverSpec.prepare

Prepares the passed SQL statement

interface DatabaseDriverSpec
@safe
prepare
(
string sql
)

Parameters

sql string

SQL statement to prepare

Throws

Exception on failure (specific Exception type(s) may vary from implementation to implementation)

Meta