Added test_reactive to mod_lua freeswitch.Dbh

This commit is contained in:
Leon de Rooij
2011-01-27 14:17:49 +01:00
parent a01814794c
commit 425df0c783
4 changed files with 191 additions and 0 deletions
@@ -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();
};