Export useful types from sqlite3.erl

This commit is contained in:
Alexey Romanov
2011-04-28 13:29:00 +04:00
parent 13cb7f8148
commit 5f8d8e2e77

View File

@@ -8,6 +8,8 @@
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(sqlite3). -module(sqlite3).
-include("sqlite3.hrl"). -include("sqlite3.hrl").
-export_types([sql_value/0, sql_type/0, table_info/0, sqlite_error/0,
sql_params/0, sql_non_query_result/0, sql_result/0]).
-behaviour(gen_server). -behaviour(gen_server).