Handle and Descriptor Functions
Ora8HandleAlloc Function
Allocates and initializes a handle of the specified type.
Ora8HandleFree Function
Deallocates the given handle of the specified type and releases all allocated resources.
Ora8DescriptorAlloc Function
Allocates and initializes a descriptor or LOB locator of the specified type.
Ora8DescriptorFree Function
Deallocates a previously allocated descriptor.
Ora8AttrSetHandle Function
Sets a handle attribute of a handle or a descriptor.
Ora8AttrSetString Function
Sets a string attribute of a handle or a descriptor.
Ora8AttrSetNumber Function
Sets a numeric attribute of a handle or a descriptor.
Ora8AttrSetBoolean Function
Sets a boolean attribute of a handle or a descriptor.
Ora8AttrGetHandle Function
Gets a handle attribute of a handle or a descriptor.
Ora8AttrGetString Function
Gets a string attribute of a handle or a descriptor.
Ora8AttrGetNumber Function
Gets a number attribute of a handle or a descriptor.
Ora8AttrGetBoolean Function
Gets a boolean attribute of a handle or a descriptor.
Ora8ParamGet Function
Returns a descriptor of a parameter specified by position in the describe handle or statement handle.
Ora8ParamSet Function
Used to set a complex object retrieval (COR) descriptor into a COR handle.
Parent topic:
Oracle 8 API Functions Overview