data_count method

int data_count(
  1. PtrStmt pStmt
)

Cross platform interface api for sqlite3_data_count

Implementation

int data_count(cpf.PtrStmt pStmt) => _sqlite.data_count(pStmt);