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