~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to modules/sqlops/README

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
   4.3. sql_pvquery(connection, query, result)
171
171
   4.4. sql_result_free(result)
172
172
 
173
 
4.1. sql_query(connection, query[, result])
 
173
4.1.  sql_query(connection, query[, result])
174
174
 
175
175
   Make an SQL query using 'connection' and store data in 'result'.
176
176
     * connection - the name of the connection to be used for the query
193
193
sql_result_free("ra");
194
194
...
195
195
 
196
 
4.2. sql_xquery(connection, query, result)
 
196
4.2.  sql_xquery(connection, query, result)
197
197
 
198
198
   Make an SQL query using 'connection' and store data in 'result' xavp.
199
199
     * connection - the name of the connection to be used for the query
212
212
  xlog("first domain: $xavp(ra=>domain) with id: $xavp(ra=>domain_id)\n");
213
213
...
214
214
 
215
 
4.3. sql_pvquery(connection, query, result)
 
215
4.3.  sql_pvquery(connection, query, result)
216
216
 
217
217
   Make an SQL query using 'connection' and store data in arbitrary pseudo
218
218
   variables specified by 'result' parameter.
244
244
        "$var(a), $avp(col2), $xavp(item[0]=>s), $ru");
245
245
...
246
246
 
247
 
4.4. sql_result_free(result)
 
247
4.4.  sql_result_free(result)
248
248
 
249
249
   Free data in SQL 'result'.
250
250