| 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 parse.php Parser.php pgsql.php Schema.php test.php testchoose.php testUtils.php Validate.php Writer.php |
[ Top ] $warnings = array()[line 81]
[ Top ] Method DetailalterDatabase [line 1809]
Execute the necessary actions to implement the requested changes in a database structure.
Parameters:
[ Top ]
alterDatabaseIndexes [line 1605]
Execute the necessary actions to implement the requested changes in the indexes inside a database structure.
Parameters:
[ Top ]
alterDatabaseSequences [line 1751]
Execute the necessary actions to implement the requested changes in the sequences inside a database structure.
Parameters:
[ Top ]
alterDatabaseTables [line 1677]
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 755]
Appends the contents of second argument + '=' to the beginning of first argument. Used with array_walk() in initializeTable() for UPDATEs.
Parameters:
[ Top ]
compareDefinitions [line 1150]
Compare a previous definition with the currently parsed definition
Parameters:
[ Top ]
compareSequenceDefinitions [line 1472]
Compare a previous definition with the currently parsed definition
Parameters:
[ Top ]
compareTableDefinitions [line 1380]
Compare a previous definition with the currently parsed definition
Parameters:
[ Top ]
compareTableFieldsDefinitions [line 1220]
Compare a previous definition with the currently parsed definition
Parameters:
[ Top ]
compareTableIndexesDefinitions [line 1284]
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 1027]
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 944]
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 2053]
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 1880]
Dump the changes between two database definitions.
Parameters:
[ Top ]
errorMessage [line 2294]
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 778]
Generates a string that represents a value that would be associated with a column in a DML instruction.
Parameters:
[ Top ]
getInstructionFields [line 893]
Walks the parsed DML instruction array, field by field, storing them and their processed values inside a new array.
Parameters:
[ Top ]
getInstructionWhere [line 922]
Translates the parsed WHERE expression of a DML instruction (array structure) to a SQL WHERE clause (string).
Parameters:
[ Top ]
getOperator [line 847]
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 691]
Inititialize the table with data
Parameters:
[ Top ]
isError [line 2365]
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 2346]
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 2207]
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 1538]
Verify that the changes requested are supported
Parameters:
[ Top ]
writeInitialization [line 2116]
Write initialization and sequences
Parameters:
[ Top ]
Documentation generated on Sat, 21 Oct 2006 17:30:19 -0400 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004. |