run

void run(

  1. String sql
)

Run a statement that returns no rows (e.g. PRAGMA).

Implementation

external void run(String sql);