mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
issue #5563
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7040 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -55,6 +55,7 @@ int register_odbc_obj(char *name,odbc_obj *obj);
|
||||
odbc_obj *fetch_odbc_obj(const char *name, int check);
|
||||
int odbc_dump_fd(int fd,odbc_obj *obj);
|
||||
int odbc_sanity_check(odbc_obj *obj);
|
||||
SQLHSTMT odbc_prepare_and_execute(odbc_obj *obj, SQLHSTMT (*prepare_cb)(odbc_obj *obj, void *data), void *data);
|
||||
int odbc_smart_execute(odbc_obj *obj, SQLHSTMT stmt);
|
||||
int odbc_smart_direct_execute(odbc_obj *obj, SQLHSTMT stmt, char *sql);
|
||||
|
||||
|
Reference in New Issue
Block a user