errcode method

int errcode(
  1. PtrSqlite3 db
)

Cross platform interface api for sqlite3_errcode

Implementation

int errcode(cpf.PtrSqlite3 db) => _sqlite.errcode(db);