column_decltype16 method

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

Cross platform interface api for sqlite3_column_decltype16

Implementation

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