eZ Publish  [trunk]
eZNullDB Class Reference

The eZNullDB class provides a interface which does nothing. More...

+ Inheritance diagram for eZNullDB:
+ Collaboration diagram for eZNullDB:

List of all members.

Public Member Functions

 arrayQuery ($sql, $params=array(), $server=false)
 begin ()
 close ()
 commit ()
 databaseName ()
 escapeString ($str)
 eZNullDB ($parameters)
 lastSerialID ($table=false, $column=false)
 lock ($table)
 query ($sql, $server=false)
 rollback ()
 unlock ()

Detailed Description

The eZNullDB class provides a interface which does nothing.

This class is returned when a proper implementation could not be found.

Definition at line 19 of file eznulldb.php.


Member Function Documentation

eZNullDB::arrayQuery ( sql,
params = array(),
server = false 
)

Returns false.

Reimplemented from eZDBInterface.

Definition at line 48 of file eznulldb.php.

Does nothing.

Reimplemented from eZDBInterface.

Definition at line 70 of file eznulldb.php.

Does nothing.

Reimplemented from eZDBInterface.

Definition at line 107 of file eznulldb.php.

Does nothing.

Reimplemented from eZDBInterface.

Definition at line 77 of file eznulldb.php.

Does nothing.

Reimplemented from eZDBInterface.

Definition at line 32 of file eznulldb.php.

Returns $str.

Reimplemented from eZDBInterface.

Definition at line 99 of file eznulldb.php.

eZNullDB::eZNullDB ( parameters)

Does nothing.

Definition at line 24 of file eznulldb.php.

eZNullDB::lastSerialID ( table = false,
column = false 
)

Returns false.

Reimplemented from eZDBInterface.

Definition at line 91 of file eznulldb.php.

eZNullDB::lock ( table)

Does nothing.

Reimplemented from eZDBInterface.

Definition at line 56 of file eznulldb.php.

eZNullDB::query ( sql,
server = false 
)

Returns false.

Reimplemented from eZDBInterface.

Definition at line 40 of file eznulldb.php.

Does nothing.

Reimplemented from eZDBInterface.

Definition at line 84 of file eznulldb.php.

Does nothing.

Reimplemented from eZDBInterface.

Definition at line 63 of file eznulldb.php.


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