IBX.IBIntf.IGDSLibrary.isc_array_set_desc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function isc_array_set_desc(status_vector : PISC_STATUS; table_name : PByte;  column_name : PByte; sql_dtype, sql_length, sql_dimensions : PShort; descriptor : PISC_ARRAY_DESC): ISC_STATUS;

C++

virtual NativeInt __fastcall isc_array_set_desc(Ibx::Ibexternals::PISC_STATUS status_vector, System::PByte table_name, System::PByte column_name, Ibx::Ibexternals::PShort sql_dtype, Ibx::Ibexternals::PShort sql_length, Ibx::Ibexternals::PShort sql_dimensions, Ibx::Ibheader::PISC_ARRAY_DESC descriptor) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
IBX.IBIntf.pas
IBX.IBIntf.hpp
IBX.IBIntf IGDSLibrary

Description

Embarcadero Technologies does not currently have any additional information.