API:IBX.IBInputOutput.TIBOutputRawFile.WriteColumns
Delphi
function WriteColumns: Boolean; override;
C++
virtual bool __fastcall WriteColumns();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | IBX.IBInputOutput.pas IBX.IBInputOutput.hpp |
IBX.IBInputOutput | TIBOutputRawFile |
Description
Outputs the data in columns in the XSQLDA to the specified file.
IBX.IBInputOutput.TIBOutputRawFile.WriteColumns inherits from IBX.IBInputOutput.TIBBatchOutput.WriteColumns. All content below this line refers to IBX.IBInputOutput.TIBBatchOutput.WriteColumns.
Outputs the data in columns in the XSQLDA to the specified file.
Call WriteColumns to output data in columns in the extended SQL descriptor area (XSQLDA) to the specified file.