bind_double method

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

Implementation

int bind_double(PtrStmt arg1, int arg2, double arg3) {
  return _h_sqlite3_bind_double(arg1, arg2, arg3);
}