Skip to content
Luxembourg edited this page Mar 20, 2013 · 4 revisions

@query

command: @query[/<method>] <dbref>/<attribute>=[<dbname>]/<query>

performs an asynchronous query of external (possibly remote) data. when the query completes, <attribute> on <dbref> is @triggered with the result. for this to work, the server must be compiled with --enable-stubslave.

methods include:

sql - use sql.

related topics: rserror(), rsnext(), rsprev(), rsrelease(), rsrec(), rsrecnext(), rsrecprev(), rsrows(), sql().

Clone this wiki locally