Example #1
0
 static public long sqlite3_column_int64(sqlite3_stmt stmt, int index)
 {
     return(_imp.sqlite3_column_int64(stmt.ptr, index));
 }