Index of all elements
[ a ]
[ c ]
[ d ]
[ e ]
[ g ]
[ i ]
[ m ]
[ o ]
[ p ]
[ r ]
[ s ]
[ u ]
[ v ]
[ w ]
a
- alterDatabase
- in file Schema.php, method MDB2_Schema::alterDatabase()
Execute the necessary actions to implement the requested changes in a database structure.
- alterDatabaseIndexes
- in file Schema.php, method MDB2_Schema::alterDatabaseIndexes()
Execute the necessary actions to implement the requested changes in the indexes inside a database structure.
- alterDatabaseSequences
- in file Schema.php, method MDB2_Schema::alterDatabaseSequences()
Execute the necessary actions to implement the requested changes in the sequences inside a database structure.
- alterDatabaseTables
- in file Schema.php, method MDB2_Schema::alterDatabaseTables()
Execute the necessary actions to implement the requested changes in the tables inside a database structure.
- apiVersion
- in file Schema.php, method MDB2_Schema::apiVersion()
Return the MDB2 API version
top
top
d
- $database_definition
- in file Schema.php, variable MDB2_Schema::$database_definition
- $db
- in file Schema.php, variable MDB2_Schema::$db
- debugOutput
- in file Schema.php, method MDB2_Schema::debugOutput()
output debug info
- disconnect
- in file Schema.php, method MDB2_Schema::disconnect()
Log out and disconnect from the database.
- dropSequence
- in file Schema.php, method MDB2_Schema::dropSequence()
drop a table
- dropTable
- in file Schema.php, method MDB2_Schema::dropTable()
drop a table
- dumpDatabase
- in file Schema.php, method MDB2_Schema::dumpDatabase()
Dump a previously parsed database structure in the Metabase schema XML based format suitable for the Metabase parser. This function may optionally dump the database definition with initialization commands that specify the data that is currently present in the tables.
- dumpDatabase
- in file Writer.php, method MDB2_Schema_Writer::dumpDatabase()
Dump a previously parsed database structure in the Metabase schema XML based format suitable for the Metabase parser. This function may optionally dump the database definition with initialization commands that specify the data that is currently present in the tables.
- dumpDatabaseChanges
- in file Schema.php, method MDB2_Schema::dumpDatabaseChanges()
Dump the changes between two database definitions.
- dumpSequence
- in file Writer.php, method MDB2_Schema_Writer::dumpSequence()
dump the structure of a sequence
top
top
top
top
m
- MDB2_MANAGER_DUMP_ALL
- in file Schema.php, constant MDB2_MANAGER_DUMP_ALL
- MDB2_MANAGER_DUMP_CONTENT
- in file Schema.php, constant MDB2_MANAGER_DUMP_CONTENT
- MDB2_MANAGER_DUMP_STRUCTURE
- in file Schema.php, constant MDB2_MANAGER_DUMP_STRUCTURE
- MDB2_Schema
- in file Schema.php, class MDB2_Schema
The database manager is a class that provides a set of database management services like installing, altering and dumping the data structures of databases.
- MDB2_Schema_Writer
- in file Writer.php, class MDB2_Schema_Writer
top
top
p
- Parser.php
- procedural page Parser.php
- parseDatabaseDefinitionFile
- in file Schema.php, method MDB2_Schema::parseDatabaseDefinitionFile()
Parse a database definition file by creating a Metabase schema format parser object and passing the file contents as parser input data stream.
top
r
- raiseError
- in file Writer.php, method MDB2_Schema_Writer::raiseError()
This method is used to communicate an error and invoke error callbacks etc. Basically a wrapper for PEAR::raiseError without the message string.
- raiseError
- in file Schema.php, method MDB2_Schema::raiseError()
This method is used to communicate an error and invoke error callbacks etc. Basically a wrapper for PEAR::raiseError without the message string.
- resetWarnings
- in file Schema.php, method MDB2_Schema::resetWarnings()
reset the warning array
top
top
u
- updateDatabase
- in file Schema.php, method MDB2_Schema::updateDatabase()
Compare the correspondent files of two versions of a database schema definition: the previously installed and the one that defines the schema that is meant to update the database.
top
top
top
Documentation generated on Thu, 7 Apr 2005 04:50:12 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|