bind_parameter_count method

int bind_parameter_count(
  1. PtrStmt arg1
)

Cross platform interface api for sqlite3_bind_parameter_count

Implementation

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