XMREngine.scriptdb

From Dreamnation
Revision as of 07:07, 7 April 2018 by Kunta (Talk | contribs) (Created page with "These methods are available as an alternative to using the OpenSim notecard access methods. These methods access persistent storage as lists of lines, similar to the OpenSim...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

These methods are available as an alternative to using the OpenSim notecard access methods.

These methods access persistent storage as lists of lines, similar to the OpenSim notecard methods.

void xmrScriptDBWriteLines (string name, list contents)

string xmrScriptDBReadLine (string name, integer line, string notfound, string endoffile)

integer xmrScriptDBNumLines (string name)

list xmrScriptDBReadLines (string name, list notfound)


These methods access persistent storage as a single (possibly long and/or multi-lined) string

xmrScriptDBWrite (string name, string value)

string xmrScriptDBReadOne (string name, string notfound)

integer xmrScriptDBCount (string keylike)

list xmrScriptDBList (string keylike, integer limit, integer offset)

array xmrScriptDBReadMany (string keylike, integer limit, integer offset)

integer xmrScriptDBDelete (string keylike)