spoof
 All Data Structures Namespaces Files Functions Variables Pages
IStore Interface Reference
Inheritance diagram for IStore:

Public Member Functions

 getName ()
 getDB ()
 setName ($name)
 setDB ($db)
 getExecutor ()
 getLanguage ()

Detailed Description

This interface defines database storage


Member Function Documentation

getDB ( )

Returns the connection alias of the table.

Returns:
string connection alias

Implemented in Store.

getExecutor ( )

Returns name of the query executor. The driver executor is returned, unless it is overriden by the storage object.

Returns:
object

Implemented in Store.

getLanguage ( )

Returns name of the query language. The driver language is returned, unless it is overriden by the storage object.

Returns:
object

Implemented in Store.

getName ( )

Returns the name of the table.

Returns:
string table name

Implemented in Store.

setDB (   $db)

Set the database connection alias of the table.

Parameters:
string$dbdatabase alias

Implemented in Store.

setName (   $name)

Set the name of the table.

Parameters:
string$nametable name

Implemented in Store.


The documentation for this interface was generated from the following file: