column_double method

double column_double(
  1. PtrStmt arg1,
  2. int iCol
)

Cross platform interface api for sqlite3_column_double

Implementation

double column_double(cpf.PtrStmt arg1, int iCol) => _sqlite.column_double(arg1, iCol);