WIKINDX CLASSES

SQL

Class Call:
include_once("core/sql/SQL.php");
$db = new SQL();

Description:
The SQL database abstraction class based on adoDB.

Because it is a database abstraction class, the programmer should never issue SQL calls that are not methods of this class.

Methods:
delete()
fetchOne()
fetchRow()
formatAlias()
formatField()
formatTimestamp()
insert()
lastAutoId()
limit()
listFields()
listTables()
loopRecordSet()
query()
numRows()
optimize()
select()
selectNoExecute()
selectWithExceptions()
tidyInput()
update()
updateNull()
updateSingle()

WIKINDX home      WIKINDX usage      WIKINDX classes