mapfile-sqlite revision bfed486ad8de8b8ebc6345a8e10accae08bf2f45
c79e39ad568d9af854765f64049534044ef6c034nd#
c79e39ad568d9af854765f64049534044ef6c034nd# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
c79e39ad568d9af854765f64049534044ef6c034nd# Use is subject to license terms.
c79e39ad568d9af854765f64049534044ef6c034nd#
c79e39ad568d9af854765f64049534044ef6c034nd
c79e39ad568d9af854765f64049534044ef6c034nd#
c79e39ad568d9af854765f64049534044ef6c034nd# MAPFILE HEADER START
c79e39ad568d9af854765f64049534044ef6c034nd#
44eb0fcf4ae95f4f77e97350fccf0e3a9d0b098bnd# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
c79e39ad568d9af854765f64049534044ef6c034nd# Object versioning must comply with the rules detailed in
2bc7f1cf720973a67f8ff7a8d523e40569ae5b6cnd#
c79e39ad568d9af854765f64049534044ef6c034nd# usr/src/lib/README.mapfiles
c79e39ad568d9af854765f64049534044ef6c034nd#
# You should not be making modifications here until you've read the most current
# copy of that file. If you need help, contact a gatekeeper for guidance.
#
# MAPFILE HEADER END
#
#
# Defines the public interface to sqlite
#
{
global:
# exported functions
sqlite_open;
sqlite_close;
sqlite_exec;
sqlite_last_insert_rowid;
sqlite_changes;
sqlite_last_statement_changes;
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:
*;
};