OCILIB (C Driver for Oracle) 3.9.2
OCI_Resultset Struct Reference

Collection of output columns from a select statement. More...

#include <ocilib.h>


Detailed Description

Collection of output columns from a select statement.

A resultset object is the result of 'select' SQL Statement.

It's a set of data (ordered in columns) that can be fetched row by row to get data returned by the SQL statement

Definition at line 400 of file ocilib_types.h.