aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_odbc.exports
blob: 0512ab809fbb2cc1469c28d498ababb9c094d465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	global:
		ast_odbc_ast_str_SQLGetData;
		ast_odbc_backslash_is_escape;
		ast_odbc_clear_cache;
		ast_odbc_direct_execute;
		ast_odbc_find_column;
		ast_odbc_find_table;
		ast_odbc_prepare_and_execute;
		ast_odbc_release_obj;
		ast_odbc_request_obj;
		_ast_odbc_request_obj;
		ast_odbc_request_obj2;
		_ast_odbc_request_obj2;
		ast_odbc_retrieve_transaction_obj;
		ast_odbc_sanity_check;
		ast_odbc_smart_execute;
	local:
		*;
};