column_blob method

Uint8List? column_blob(
  1. PtrStmt arg1,
  2. int iCol
)

Cross platform interface api for sqlite3_column_blob

Implementation

typed.Uint8List? column_blob(cpf.PtrStmt arg1, int iCol) => _sqlite.column_blob(arg1, iCol);