Class: I2CE MagicDataStorageDBAlt (4.1.7)

From IHRIS Wiki
Revision as of 09:42, 23 August 2013 by Litlfred (talk | contribs) (Created page with "{{otherversions|Class: I2CE_MagicDataStorageDBAlt}} This article describes the class ''I2CE_MagicDataStorageDBAlt'' . *Extends the class: [[Class: I2CE_MagicDataStorage (4.1.7) |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


This article describes the class I2CE_MagicDataStorageDBAlt .

Configuration class to lookup and save configuration options.

Variables

$db_statements

An array of prepared statements for looking up stored magic data.

$db

DB instnace

$use_quick

Methods

__construct()

clear()

Clear the all keys/values associated with this storage

destroy()

isAvailable()

Returns true if this storage mechanism is ready to be used. false otherwise.

renameChild()

Renames a child node

retrieve()

Retrieve the given I2CE_MagicDataNode value and type.

setUpStatements()

Set up a cache of prepared statements.

store()

Store the given I2CE_MagicDataNode into the database.

Inherited Methods

getChildPath()

This public method is inherited from I2CE_MagicDataStorage->getChildPath()

getHash()

This public method is inherited from I2CE_MagicDataStorage->getHash()

Inherited Variables

$name

Theis protected variable is inherited from I2CE_MagicDataStorage->$name