DatabaseDriverSpec.execute

Executes the provided SQL statement

Not intended to be used with querys. Result does not get fetched (or is discarded immediatly).

interface DatabaseDriverSpec
@safe
void
execute
(
string sql
)

Parameters

sql string

SQL statement to execute

Throws

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

Meta