column_double method

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

Implementation

double column_double(PtrStmt arg1, int iCol) {
  return _h_sqlite3_column_double(arg1, iCol);
}