class DBEngine
|
Entry point for the library. More... |
|
|
Public Types
Public Methods
Public Static Methods
- static DBEngine * self ()
Detailed Description
This object manages all available plugins, and can create connections to
servers or databases.
In more detail:
- On first reference, loads all plugins registered in $KDEDIR/share/services.
- Allows iterations trough all available plugins.
- Provide functions to directly access connections and databases trough openDatabase
and openConnection
[virtual]
[static]
creates, if needed, the engine object, and returns it
returns an iterator that points to the first plugin
Plugin * find (const QString &name)
|
find a plugin by name. If no plugin is found, OL is returned
open a connection to the given host, with the given plugin, username
and password. if the plugin does not exists, OL is returned. This is
a convenience function, to avoid passing trough a plugin to get a connection
open a database. This is a convenience function
Generated by: pradu@server.rete.casa on Fri Jul 28 15:15:55 2000, using kdoc 2.0a36. |