Array Functions

From InterBase

Go Up to Function Categories


The following table summarizes the InterBase API functions available for handling array data in an application:

Array functions
Function name Purpose

isc_array_get_slice2()

Retrieve a specified part of an array field

isc_array_lookup_bounds2()

Determine the dimensions of an array field

isc_array_lookup_desc2()

Retrieve an array description

isc_array_put_slice2()

Write a specified part of an array field

isc_array_set_desc2()

Set an array description

Advance To: