Exemplo n.º 1
0
 static public int sqlite3_column_count(sqlite3_stmt stmt)
 {
     return(_imp.sqlite3_column_count(stmt.ptr));
 }