Class icms_db_legacy_updater_Table
icms_db_legacy_updater_Table class
Information about an individual table
Package: Database\Updater
Category: ICMS
Copyright: The ImpressCMS Project http://www.impresscms.org/
License: GNU General Public License (GPL)
Author: marcan marcan@smartfactory.ca
Link: The SmartFactory
Located at db/legacy/updater/Table.php
Category: ICMS
Copyright: The ImpressCMS Project http://www.impresscms.org/
License: GNU General Public License (GPL)
Author: marcan marcan@smartfactory.ca
Link: The SmartFactory
Located at db/legacy/updater/Table.php
public
|
|
public
string
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
array
|
|
public
boolean
|
|
public
|
#
addAlteredField( string $name, string $properties, $newname = false, $showerror = true )
Add a field to be added |
public
|
|
public
array
|
|
public
boolean
|
#
addUpdateAll( string $fieldname, string $fieldvalue, object $criteria, boolean $fieldvalueIsOperation )
Add item to be updated on the the table via the UpdateAll method |
public
boolean
|
#
addDeleteAll( string $criteria, string $fieldvalue,…, object $criteria,… )
Add item to be updated on the the table via the UpdateAll method |
public
array
|
|
public
array
|
|
public
array
|
|
public
|
|
public
array
|
|
public
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
public
string
|
$_name
$_name name of the table |
|
public
string
|
$_structure
$_structure structure of the table |
|
public
array
|
$_data
$_data containing valued of each records to be added |
|
public
array
|
$_alteredFields
$_alteredFields containing fields to be altered |
|
public
array
|
$_newFields
$_newFields containing new fields to be added |
|
public
array
|
$_dropedFields
$_dropedFields containing fields to be droped |
|
public
array
|
$_flagForDrop
$_flagForDrop flag table to drop it |
#
false
|
public
array
|
$_updateAll
$_updateAll containing items to be updated |
|
public
array
|
$_deleteAll
$_deleteAll containing items to be deleted |
|
public
boolean
|
$_existingFieldsArray
|
#
false
|
public
boolean
|
$force
$force force the query even in a GET process |
#
false
|
public
|
$_db
For backward compat |
|
public
@link
|
$db
xoopsDB database object |
|
public
array
|
$_messages
$_messages containing messages to be shown |
#
array()
|