Joomla Platform Database Factory class
Located in /libraries/joomla/database/factory.php (line 19)
Gets an instance of the factory object.
Gets an instance of a factory object to return on subsequent calls of getInstance.
Method to return a JDatabaseDriver instance based on the given options. There are three global options and then the rest are specific to the database driver. The 'database' option determines which database is to be used for the connection. The 'select' option determines whether the connector should automatically select the chosen database.
Instances are unique to the given options and new objects are only created when a unique options array is passed into the method. This ensures that we don't end up with unnecessary database connection resources.
Gets an exporter class object.
Gets an importer class object.
Get the current query object or a new JDatabaseQuery object.
Documentation generated on Tue, 19 Nov 2013 15:02:47 +0100 by phpDocumentor 1.4.3