API:FireDAC.Phys.ODBCWrapper.TODBCStatementBase.AddCol

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddCol(APos, ASQLType, ACType: SQLSmallint; ALen: SQLULen = MAXINT): TODBCColumn;

C++

TODBCColumn* __fastcall AddCol(short APos, short ASQLType, short ACType, int 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.