OCILIB (C and C++ Driver for Oracle)  4.0.0
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