mapfile-sqlite revision cd3e933325e68e23516a196a8fea7f49b1e497c3
1125N/A#
1125N/A# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
1125N/A#
1125N/A
1125N/A#
1125N/A# MAPFILE HEADER START
1125N/A#
6982N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
6982N/A# Object versioning must comply with the rules detailed in
1125N/A#
1125N/A# usr/src/lib/README.mapfiles
1125N/A#
1125N/A# You should not be making modifications here until you've read the most current
6982N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
6982N/A#
6982N/A# MAPFILE HEADER END
6982N/A#
1125N/A
1125N/A#
1125N/A# Defines the public interface to sqlite
1125N/A#
3232N/A
1125N/A$mapfile_version 2
1125N/A
1125N/ASYMBOL_SCOPE {
1125N/A global:
1125N/A # exported functions
1125N/A sqlite_open;
1125N/A sqlite_close;
1125N/A sqlite_exec;
1125N/A sqlite_last_insert_rowid;
1125N/A sqlite_changes;
1125N/A sqlite_last_statement_changes;
1125N/A sqlite_error_string;
sqlite_interrupt;
sqlite_complete;
sqlite_busy_handler;
sqlite_busy_timeout;
sqlite_get_table;
sqlite_free_table;
sqlite_exec_printf;
sqlite_exec_vprintf;
sqlite_get_table_printf;
sqlite_get_table_vprintf;
sqlite_mprintf;
sqlite_vmprintf;
sqlite_freemem;
sqlite_libversion;
sqlite_libencoding;
sqlite_create_function;
sqlite_create_aggregate;
sqlite_function_type;
sqlite_set_result_string;
sqlite_set_result_int;
sqlite_set_result_double;
sqlite_set_result_error;
sqlite_user_data;
sqlite_aggregate_context;
sqlite_aggregate_count;
sqlite_set_authorizer;
sqlite_trace;
sqlite_compile;
sqlite_step;
sqlite_finalize;
sqlite_reset;
sqlite_bind;
sqlite_progress_handler;
sqlite_commit_hook;
sqlite_encode_binary;
sqlite_decode_binary;
# exported data
sqlite_version;
sqlite_encoding;
local:
*;
};