Interface INFA_DBMS_DBOBJinterface to handle a database connection object
Located in /db/INFA_DBMS_DBOBJ.phpclass (line 26)
array
getArray
(string $aTable, [array $conditions = NULL], [int $offset = 0], [int $limit = 0], [string $orderBy = ""], [boolean $debug = FALSE])
deletes an existing row where $valueArr are conditions
generates a query and returns an array of the resultset
limit <> a multidimensional array is returned (see queryArray) if limit = 1 a single array is returned (see quickQuery)
conditions: if the column starts with a ? the value is assumed to be an sql statement else column=slashedvalue(value) is added to the query
inserts a valueArr into the table
inserts a new row out of an array returns the value of the auto_increment field or TRUE in case of an error it returns FALSE
replace existing row or insert now if not exists
inserts a row or update an existing row all existing values not in $valueArr (assoc) will be handeld by db spezifaction see mysql Doc: http://www.mysql.com/doc/en/REPLACE.html
updates an existing row
Documentation generated on Thu, 08 Jan 2009 17:44:26 +0100 by phpDocumentor 1.4.0a2