mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@183196 65c4cc65-6c06-0410-ace0-fbb531ad65f3
		
			
				
	
	
		
			21 lines
		
	
	
		
			432 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			432 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	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:
 | |
| 		*;
 | |
| };
 |