The documentation for this class was generated from the following file:
◆ COrderSqlObjectCast()
◆ toSqlRecord()
virtual bool COrderSqlObjectCast::toSqlRecord |
( |
string & |
list[][2] | ) |
|
|
virtual |
Forming data for writing to a table.
- Parameters
-
[out] | list | [x][0] = name, [x][1] = data |
- Returns
- True if the data is formed, and otherwise False.
Reimplemented from CSqlObject.
◆ toSqlTable()
virtual bool COrderSqlObjectCast::toSqlTable |
( |
string & |
types[][2], |
|
|
string & |
primaryKeys[] |
|
) |
| |
|
virtual |
Create a table.
- Parameters
-
- Returns
- True if the data is formed, and otherwise False.
Reimplemented from CSqlObject.
◆ object