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