| MDB2_Schema |
| [ class tree: MDB2_Schema ] [ index: MDB2_Schema ] [ all elements ] |
|
Packages: MDB2_Schema MDB2 Classes:
MDB2_Schema
Files:MDB2_Schema_Error MDB2_Schema_Parser MDB2_Schema_Parser2 MDB2_Schema_Validate MDB2_Schema_Writer
clitest.php
Console_TestListener.php HTML_TestListener.php ibase.php MDB2_Schema_testcase.php mssql.php mysql.php oci8.php parse.php Parser.php Parser2.php pgsql.php Schema.php test.php testchoose.php testUtils.php Validate.php Writer.php |
[ Top ] $warnings = array()[line 81]
[ Top ] Method DetailalterDatabase [line 1794]
Execute the necessary actions to implement the requested changes in a database structure.
Parameters:
[ Top ]
alterDatabaseIndexes [line 1590]
Execute the necessary actions to implement the requested changes in the indexes inside a database structure.
Parameters:
[ Top ]
alterDatabaseSequences [line 1736]
Execute the necessary actions to implement the requested changes in the sequences inside a database structure.
Parameters:
[ Top ]
alterDatabaseTables [line 1662]
Execute the necessary actions to implement the requested changes in the tables inside a database structure.
Parameters:
[ Top ]
apiVersion [line 101]
Return the MDB2 API version
[ Top ]
arrayMergeClobber [line 119]
Clobbers two arrays together
Parameters:
[ Top ]
buildFieldValue [line 740]
Appends the contents of second argument + '=' to the beginning of first argument. Used with array_walk() in initializeTable() for UPDATEs.
Parameters:
[ Top ]
compareDefinitions [line 1135]
Compare a previous definition with the currently parsed definition
Parameters:
[ Top ]
compareSequenceDefinitions [line 1457]
Compare a previous definition with the currently parsed definition
Parameters:
[ Top ]
compareTableDefinitions [line 1365]
Compare a previous definition with the currently parsed definition
Parameters:
[ Top ]
compareTableFieldsDefinitions [line 1205]
Compare a previous definition with the currently parsed definition
Parameters:
[ Top ]
compareTableIndexesDefinitions [line 1269]
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 1012]
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 929]
Create a sequence
Parameters:
[ Top ]
createTable [line 616]
Create a table and inititialize the table if data is available
Parameters:
[ Top ]
createTableIndexes [line 539]
A method to create indexes for an existing table
Parameters:
[ Top ]
disconnect [line 295]dumpDatabase [line 2038]
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 1865]
Dump the changes between two database definitions.
Parameters:
[ Top ]
errorMessage [line 2281]
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 ]
getExpression [line 763]
Generates a string that represents a value that would be associated with a column in a DML instruction.
Parameters:
[ Top ]
getInstructionFields [line 878]
Walks the parsed DML instruction array, field by field, storing them and their processed values inside a new array.
Parameters:
[ Top ]
getInstructionWhere [line 907]
Translates the parsed WHERE expression of a DML instruction (array structure) to a SQL WHERE clause (string).
Parameters:
[ Top ]
getOperator [line 832]
Returns the matching SQL operator
Parameters:
[ 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 676]
Inititialize the table with data
Parameters:
[ Top ]
isError [line 2352]
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 2333]
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]
Sets the option for the db class
Parameters:
[ Top ]
updateDatabase [line 2194]
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 1523]
Verify that the changes requested are supported
Parameters:
[ Top ]
writeInitialization [line 2103]
Write initialization and sequences
Parameters:
[ Top ]
Documentation generated on Sat, 07 Apr 2007 10:00:21 -0400 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004. |