Beispiel #1
0
 static public int sqlite3_data_count(sqlite3_stmt stmt)
 {
     return(_imp.sqlite3_data_count(stmt.ptr));
 }