Fork me on GitHub
Library for MQL5 (MetaTrader) with support for Spark
COrderSqlObjectCast Class Reference
Inheritance diagram for COrderSqlObjectCast:
CSqlObject

The documentation for this class was generated from the following file:

Public Member Functions

 COrderSqlObjectCast (COrderSqlObject *_object)
 
virtual bool toSqlTable (string &types[][2], string &primaryKeys[])
 Create a table. More...
 
virtual bool toSqlRecord (string &list[][2])
 Forming data for writing to a table. More...
 

Public Attributes

COrderSqlObjectobject
 

Constructor & Destructor Documentation

◆ COrderSqlObjectCast()

COrderSqlObjectCast::COrderSqlObjectCast ( COrderSqlObject _object)

Member Function Documentation

◆ 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
[out]types[x][0] = name, [x][1] = type
[out]primaryKeyshttps://en.wikipedia.org/wiki/Primary_key
Returns
True if the data is formed, and otherwise False.

Reimplemented from CSqlObject.

Member Data Documentation

◆ object

COrderSqlObject* COrderSqlObjectCast::object