bind_double method

int bind_double(
  1. PtrStmt arg1,
  2. int arg2,
  3. double arg3
)

Cross platform interface api for sqlite3_bind_double

Implementation

int bind_double(cpf.PtrStmt arg1, int arg2, double arg3) => _sqlite.bind_double(arg1, arg2, arg3);