Interface DriverServer

Description

Defines the interface for a Server Driver.

  • author: Anthony Bush

Located in /schema_generator/database/drivers/base/DriverServer.class.php (line 9)


	
			
Method Summary
void loadDatabase ($dbName $dbName)
void loadDatabases ()
Methods
getAvailableDatabaseNames (line 32)

Get a list of available database names.

  • return: of strings
  • access: public
array getAvailableDatabaseNames ()
loadDatabase (line 25)

Load a specific database schema into memory.

  • access: public
void loadDatabase ($dbName $dbName)
  • $dbName $dbName: - specific database name to load.
loadDatabases (line 17)

Load all database schemas for the currently connected server into memory.

(will only load databases that the user/pass has privileges to see)

  • access: public
void loadDatabases ()

Documentation generated on Wed, 12 Nov 2008 21:56:19 -0600 by phpDocumentor 1.4.0