step method

int step(
  1. PtrStmt arg1
)

Cross platform interface api for sqlite3_step

Implementation

int step(cpf.PtrStmt arg1) => _sqlite.step(arg1);