limit method

int limit(
  1. PtrSqlite3 arg1,
  2. int id,
  3. int newVal
)

Cross platform interface api for sqlite3_limit

Implementation

int limit(cpf.PtrSqlite3 arg1, int id, int newVal) => _sqlite.limit(arg1, id, newVal);