Include the language constants for the IcmsDatabaseupdater
Located in /class/database/drivers/mysql/databaseupdater.php [line 21]
IcmsDatabasetable | --IcmsMysqlDatabasetable
Inherited From IcmsDatabasetable
IcmsDatabasetable::$db IcmsDatabasetable::$force IcmsDatabasetable::$_alteredFields IcmsDatabasetable::$_data IcmsDatabasetable::$_db IcmsDatabasetable::$_deleteAll IcmsDatabasetable::$_dropedFields IcmsDatabasetable::$_existingFieldsArray IcmsDatabasetable::$_flagForDrop IcmsDatabasetable::$_messages IcmsDatabasetable::$_name IcmsDatabasetable::$_newFields IcmsDatabasetable::$_structure IcmsDatabasetable::$_updateAll
IcmsDatabasetable::IcmsDatabasetable() Constructor IcmsDatabasetable::addAlteredField() Add a field to be added IcmsDatabasetable::addData() Use to insert data in a table IcmsDatabasetable::addDeleteAll() Add item to be updated on the the table via the UpdateAll method IcmsDatabasetable::addDropedField() Add values of a record to be added IcmsDatabasetable::addNewField() Add new field of a record to be added IcmsDatabasetable::addNewFields() Use to add new fileds in the table IcmsDatabasetable::addUpdateAll() Add item to be updated on the the table via the UpdateAll method IcmsDatabasetable::alterTable() Use to alter a table IcmsDatabasetable::createTable() Use to create a table IcmsDatabasetable::deleteAll() delete all objects meeting the conditions IcmsDatabasetable::dropFields() Use to drop fields IcmsDatabasetable::dropTable() Use to drop a table IcmsDatabasetable::exists() Detemines if a table exists in the current db IcmsDatabasetable::fieldExists() IcmsDatabasetable::getAlteredFields() Get fields that need to be altered IcmsDatabasetable::getData() Get the data array IcmsDatabasetable::getDeleteAll() Get items to be deleted IcmsDatabasetable::getDropedFields() Get fields that need to be droped IcmsDatabasetable::getExistingFieldsArray() IcmsDatabasetable::getNewFields() Get new fields to be added IcmsDatabasetable::getStructure() Returns the table structure IcmsDatabasetable::getUpdateAll() Get items to be updated IcmsDatabasetable::name() Return the table name, prefixed with site table prefix IcmsDatabasetable::setData() Add values of a record to be added IcmsDatabasetable::setFlagForDrop() Set the flag to drop the table IcmsDatabasetable::setStructure() Set the table structure IcmsDatabasetable::updateAll() Change a value for objects with a certain criteria