FireDAC.Phys.ODBCWrapper.TODBCStatementBase.AddCol
Delphi
function AddCol(APos, ASQLType, ACType: SQLSmallint; ALen: SQLULen = MAXINT): TODBCColumn;
C++
TODBCColumn* __fastcall AddCol(Firedac::Phys::Odbccli::SQLSmallint APos, Firedac::Phys::Odbccli::SQLSmallint ASQLType, Firedac::Phys::Odbccli::SQLSmallint ACType, Firedac::Phys::Odbccli::SQLULen ALen = 0x7fffffff);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Phys.ODBCWrapper.pas FireDAC.Phys.ODBCWrapper.hpp |
FireDAC.Phys.ODBCWrapper | TODBCStatementBase |
Description
Embarcadero Technologies does not currently have any additional information.