ODBC_ANTIGF(arg1
[,arg2
[,...
]])
Wichtig
Diese Funktion wird vom Anwender in der Datei
func_odbc.conf
definiert. Sie ist hier angeführt, da
sie in der Beispielkonfiguration von Asterisk enthalten ist. Für weitere
Informationen siehe Abschnitt D.69, „ODBC_funktionsname
()
“.Asterisk-Versionen:
| | | 1.4 |————————| 1.6 |————————
Interner Hilfetext zu dieser Funktion in Asterisk 1.4:
-= Info about function 'ODBC_ANTIGF' =-
[Syntax]
ODBC_ANTIGF(<arg1>[...[,<argN>]])
[Synopsis]
Runs the referenced query with the specified arguments
[Description]
Runs the following query, as defined in func_odbc.conf, performing
substitution of the arguments into the query as specified by ${ARG1},
${ARG2}, ... ${ARGn}. This function may only be read, not set.
SQL:
SELECT COUNT(*) FROM exgirlfriends WHERE callerid='${SQL_ESC(${ARG1})}'