TMySQLTable:
|
:cTable
Name of table
:aOldValue
Keeps a copy of old value
:New(nSocket, cQuery, cTableName)
:GetRow(nRow)
:Skip(nRow)
:GoTop()
:GoBottom()
:GoTo(nRow)
:Update(oRow, lOldRecord, lRefresh)
Gets an oRow and updates changed fields
:Save()
:Delete(oRow, lOldRecord, lRefresh)
Deletes passed row from table
:Append(oRow, lRefresh)
Inserts passed row into table
:GetBlankRow( lSetValues )
Returns an empty row with all available fields empty
:SetBlankRow()
Compatibility
:Blank()
:FieldPut(cnField, Value)
Field identifier, not only a number
:Refresh()
:MakePrimaryKeyWhere()
Returns a WHERE x=y statement which uses primary key (if available)