drh | 75f6a03 | 2004-07-15 14:15:00 +0000 | [diff] [blame] | 1 | EXPORTS |
| 2 | sqlite3_aggregate_context |
| 3 | sqlite3_aggregate_count |
| 4 | sqlite3_bind_blob |
| 5 | sqlite3_bind_double |
| 6 | sqlite3_bind_int |
| 7 | sqlite3_bind_int64 |
| 8 | sqlite3_bind_null |
| 9 | sqlite3_bind_parameter_count |
drh | 95380fa | 2004-09-08 13:07:44 +0000 | [diff] [blame] | 10 | sqlite3_bind_parameter_index |
| 11 | sqlite3_bind_parameter_name |
drh | 75f6a03 | 2004-07-15 14:15:00 +0000 | [diff] [blame] | 12 | sqlite3_bind_text |
| 13 | sqlite3_bind_text16 |
| 14 | sqlite3_busy_handler |
| 15 | sqlite3_busy_timeout |
| 16 | sqlite3_changes |
| 17 | sqlite3_close |
| 18 | sqlite3_collation_needed |
| 19 | sqlite3_collation_needed16 |
| 20 | sqlite3_column_blob |
| 21 | sqlite3_column_bytes |
| 22 | sqlite3_column_bytes16 |
| 23 | sqlite3_column_count |
| 24 | sqlite3_column_decltype |
| 25 | sqlite3_column_decltype16 |
| 26 | sqlite3_column_double |
| 27 | sqlite3_column_int |
| 28 | sqlite3_column_int64 |
| 29 | sqlite3_column_name |
| 30 | sqlite3_column_name16 |
| 31 | sqlite3_column_text |
| 32 | sqlite3_column_text16 |
| 33 | sqlite3_column_type |
| 34 | sqlite3_commit_hook |
| 35 | sqlite3_complete |
| 36 | sqlite3_complete16 |
| 37 | sqlite3_create_collation |
| 38 | sqlite3_create_collation16 |
| 39 | sqlite3_create_function |
| 40 | sqlite3_create_function16 |
| 41 | sqlite3_data_count |
drh | 3d334bc | 2005-06-12 23:16:20 +0000 | [diff] [blame] | 42 | sqlite3_db_handle |
drh | 1440fc0 | 2006-01-11 01:28:11 +0000 | [diff] [blame] | 43 | sqlite3_enable_memory_management |
| 44 | sqlite3_enable_shared_cache |
drh | 75f6a03 | 2004-07-15 14:15:00 +0000 | [diff] [blame] | 45 | sqlite3_errcode |
| 46 | sqlite3_errmsg |
| 47 | sqlite3_errmsg16 |
| 48 | sqlite3_exec |
drh | 3d334bc | 2005-06-12 23:16:20 +0000 | [diff] [blame] | 49 | sqlite3_expired |
drh | 75f6a03 | 2004-07-15 14:15:00 +0000 | [diff] [blame] | 50 | sqlite3_finalize |
| 51 | sqlite3_free |
| 52 | sqlite3_free_table |
drh | 3d334bc | 2005-06-12 23:16:20 +0000 | [diff] [blame] | 53 | sqlite3_get_autocommit |
dougcurrie | d89fd07 | 2004-07-26 15:31:21 +0000 | [diff] [blame] | 54 | sqlite3_get_auxdata |
drh | 75f6a03 | 2004-07-15 14:15:00 +0000 | [diff] [blame] | 55 | sqlite3_get_table |
drh | 3d334bc | 2005-06-12 23:16:20 +0000 | [diff] [blame] | 56 | sqlite3_global_recover |
drh | 75f6a03 | 2004-07-15 14:15:00 +0000 | [diff] [blame] | 57 | sqlite3_interrupt |
| 58 | sqlite3_last_insert_rowid |
drh | 4aec8b6 | 2004-08-28 16:19:00 +0000 | [diff] [blame] | 59 | sqlite3_libversion |
drh | 3d334bc | 2005-06-12 23:16:20 +0000 | [diff] [blame] | 60 | sqlite3_libversion_number |
drh | 75f6a03 | 2004-07-15 14:15:00 +0000 | [diff] [blame] | 61 | sqlite3_mprintf |
| 62 | sqlite3_open |
| 63 | sqlite3_open16 |
| 64 | sqlite3_prepare |
| 65 | sqlite3_prepare16 |
| 66 | sqlite3_progress_handler |
drh | 1440fc0 | 2006-01-11 01:28:11 +0000 | [diff] [blame] | 67 | sqlite3_release_memory |
drh | 75f6a03 | 2004-07-15 14:15:00 +0000 | [diff] [blame] | 68 | sqlite3_reset |
| 69 | sqlite3_result_blob |
| 70 | sqlite3_result_double |
| 71 | sqlite3_result_error |
| 72 | sqlite3_result_error16 |
| 73 | sqlite3_result_int |
| 74 | sqlite3_result_int64 |
| 75 | sqlite3_result_null |
| 76 | sqlite3_result_text |
| 77 | sqlite3_result_text16 |
| 78 | sqlite3_result_text16be |
| 79 | sqlite3_result_text16le |
| 80 | sqlite3_result_value |
drh | 1440fc0 | 2006-01-11 01:28:11 +0000 | [diff] [blame] | 81 | sqlite3_rollback_hook |
drh | 75f6a03 | 2004-07-15 14:15:00 +0000 | [diff] [blame] | 82 | sqlite3_set_authorizer |
dougcurrie | d89fd07 | 2004-07-26 15:31:21 +0000 | [diff] [blame] | 83 | sqlite3_set_auxdata |
drh | c8d7441 | 2004-08-31 23:41:26 +0000 | [diff] [blame] | 84 | sqlite3_snprintf |
drh | 1440fc0 | 2006-01-11 01:28:11 +0000 | [diff] [blame] | 85 | sqlite3_soft_heap_limit |
drh | 75f6a03 | 2004-07-15 14:15:00 +0000 | [diff] [blame] | 86 | sqlite3_step |
| 87 | sqlite3_total_changes |
| 88 | sqlite3_trace |
drh | 3d334bc | 2005-06-12 23:16:20 +0000 | [diff] [blame] | 89 | sqlite3_transfer_bindings |
drh | 1440fc0 | 2006-01-11 01:28:11 +0000 | [diff] [blame] | 90 | sqlite3_update_hook |
drh | 75f6a03 | 2004-07-15 14:15:00 +0000 | [diff] [blame] | 91 | sqlite3_user_data |
| 92 | sqlite3_value_blob |
| 93 | sqlite3_value_bytes |
| 94 | sqlite3_value_bytes16 |
| 95 | sqlite3_value_double |
| 96 | sqlite3_value_int |
| 97 | sqlite3_value_int64 |
| 98 | sqlite3_value_text |
| 99 | sqlite3_value_text16 |
| 100 | sqlite3_value_text16be |
| 101 | sqlite3_value_text16le |
| 102 | sqlite3_value_type |
| 103 | sqlite3_vmprintf |