column_decltype method

String? column_decltype(
  1. PtrStmt arg1,
  2. int arg2
)

Cross platform interface api for sqlite3_column_decltype

Implementation

String? column_decltype(cpf.PtrStmt arg1, int arg2) => _sqlite.column_decltype(arg1, arg2);