DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_fp_getrow()
The
mi_fp_getrow()
accessor function gets the
fp_row
value from an associated
MI_FPARAM
structure.
Syntax
MI_ROW mi_fp_getrow(
fparamPtr
)
MI_FPARAM *fparamPtr;
fparamPtr
is a pointer to the associated
MI_FPARAM
structure.
Valid in Client Application?
Valid in Server Routine?
No
Yes
Usage
The
mi_fp_getrow()
function is used in writing the assign and destroy functions for a user-defined type, particularly for smart large objects. This function is valid only when called from within an assign, destroy, or import function for a user-defined type.
For
assign()
and
destroy()
support functions of opaque data types, the
mi_fp_getrow()
is automatically set before execution of the
assign()
or
destroy()
support function.
Return Values
The
fp_row
value from the
MI_FPARAM
structure, or
NULL
if not called from within an assign, destroy, or import function for a user-defined type.
Related Topics
For additional information, see the descriptions of the
mi_fp_getcolid()
function.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.