| MDB2_Schema |
| [ class tree: MDB2_Schema ] [ index: MDB2_Schema ] [ all elements ] |
|
Packages: MDB2_Schema MDB2 Classes: Files:
clitest.php
Console_TestListener.php HTML_TestListener.php ibase.php MDB2_Schema_testcase.php mssql.php mysql.php oci8.php Parser.php pgsql.php Schema.php test.php testchoose.php testUtils.php Writer.php |
[ Top ] $warnings = array()[line 84]
[ Top ] Method DetailalterDatabase [line 1599]
Execute the necessary actions to implement the requested changes in a database structure.
Parameters:
[ Top ]
alterDatabaseIndexes [line 1395]
Execute the necessary actions to implement the requested changes in the indexes inside a database structure.
Parameters:
[ Top ]
alterDatabaseSequences [line 1541]
Execute the necessary actions to implement the requested changes in the sequences inside a database structure.
Parameters:
[ Top ]
alterDatabaseTables [line 1467]
Execute the necessary actions to implement the requested changes in the tables inside a database structure.
Parameters:
[ Top ]
apiVersion [line 104]
Return the MDB2 API version
[ Top ]
arrayMergeClobber [line 119]
Clobbers two arrays together.
Parameters:
[ Top ]
compareDefinitions [line 933]
Compare a previous definition with the currently parsed definition
Parameters:
[ Top ]
compareSequenceDefinitions [line 1262]
Compare a previous definition with the currently parsed definition
Parameters:
[ Top ]
compareTableDefinitions [line 1166]
Compare a previous definition with the currently parsed definition
Parameters:
[ Top ]
compareTableFieldsDefinitions [line 1004]
Compare a previous definition with the currently parsed definition
Parameters:
[ Top ]
compareTableIndexesDefinitions [line 1070]
Compare a previous definition with the currently parsed definition
Parameters:
[ Top ]
connect [line 252]
Create a new MDB2 connection object and connect to the specified database
Parameters:
[ Top ]
createDatabase [line 818]
Create a database space within which may be created database objects like tables, indexes and sequences. The implementation of this function is highly DBMS specific and may require special permissions to run successfully. Consult the documentation or the DBMS drivers that you use to be aware of eventual configuration requirements.
Parameters:
[ Top ]
createSequence [line 733]
Create a sequence
Parameters:
[ Top ]
createTable [line 631]
Create a table and inititialize the table if data is available
Parameters:
[ Top ]
createTableIndexes [line 542]
Create indexes on a table
Parameters:
[ Top ]
disconnect [line 295]dumpDatabase [line 1843]
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.
Parameters:
[ Top ]
dumpDatabaseChanges [line 1670]
Dump the changes between two database definitions.
Parameters:
[ Top ]
errorMessage [line 2082]
Return a textual error message for a MDB2 error code
Parameters:
[ Top ]
factory [line 225]
Create a new MDB2 object for the specified database type type
Parameters:
[ Top ]
getDefinitionFromDatabase [line 401]
Attempt to reverse engineer a schema structure from an existing MDB2 This method can be used if no xml schema file exists yet. The resulting xml schema file may need some manual adjustments.
[ Top ]
getOption [line 199]
returns the value of an option
Parameters:
[ Top ]
getWarnings [line 159]
Get all warnings in reverse order. This means that the last warning is the first element in the array
[ Top ]
initializeTable [line 691]
Inititialize the table with data
Parameters:
[ Top ]
isError [line 2153]
Tell whether a value is an MDB2_Schema error.
Parameters:
[ Top ]
parseDatabaseDefinition [line 318]
Parse a database definition from a file or an array
Parameters:
[ Top ]
parseDatabaseDefinitionFile [line 355]
Parse a database definition file by creating a schema format parser object and passing the file contents as parser input data stream.
Parameters:
[ Top ]
raiseError [line 2134]
This method is used to communicate an error and invoke error callbacks etc. Basically a wrapper for PEAR::raiseError without the message string.
Parameters:
[ Top ]
resetWarnings [line 142]setOption [line 175]
set the option for the db class
Parameters:
[ Top ]
updateDatabase [line 1995]
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. If the specified previous definition file does not exist, this function will create the database from the definition specified in the current schema file. If both files exist, the function assumes that the database was previously installed based on the previous schema file and will update it by just applying the changes. If this function succeeds, the contents of the current schema file are copied to replace the previous schema file contents. Any subsequent schema changes should only be done on the file specified by the $current_schema_file to let this function make a consistent evaluation of the exact changes that need to be applied.
Parameters:
[ Top ]
verifyAlterDatabase [line 1328]
Verify that the changes requested are supported
Parameters:
[ Top ]
writeInitialization [line 1904]
Write initialization and sequences
Parameters:
[ Top ]
Documentation generated on Sun, 23 Jul 2006 03:42:30 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004. |