skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : dam_freeRow
 

dam_freeRow

This method frees a row of data. All memory that is associated with the row is freed by the OpenAccess SDK SQL engine. Call this method after a call to dam_isTargetRow fails.
void dam_freeRow(long hRow)
Table 159. Parameters for dam_freeRow
Parameter
Type
Description
INPUT
hRow
long
The row handle.

See also

*dam_isTargetRow