コード例 #1
0
 string ISQLite3Provider.sqlite3_column_decltype(IntPtr stm, int columnIndex)
 {
     return(util.from_utf8(new IntPtr(SQLite3RuntimeProvider.sqlite3_column_decltype(stm.ToInt64(), columnIndex))));
 }