execute abstract method

void execute(
  1. String sql
)

Runs sql without returning rows (e.g. PRAGMA).

Implementation

void execute(String sql);