mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
Added test_reactive to mod_lua freeswitch.Dbh
This commit is contained in:
@@ -62,6 +62,7 @@ namespace LUA {
|
||||
~Dbh();
|
||||
bool release();
|
||||
bool connected();
|
||||
bool test_reactive(char *test_sql, char *drop_sql = NULL, char *reactive_sql = NULL);
|
||||
bool query(char *sql, SWIGLUA_FN lua_fun);
|
||||
int affected_rows();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user