|
oralib
0.0.2
|
Encapsulate the occi::ResultSet class. More...
#include <oracle.h>

Public Member Functions | |
| Results (SQL &, const char *=0) | |
| Construct by creating occi::ResultSet from query. More... | |
| Results (const Results &)=delete | |
| const Results & | operator= (const Results &)=delete |
| ~Results (void) | |
| Destroy by freeing the occi::ResultSet. | |
| oracle::occi::ResultSet & | operator() (void) |
Protected Attributes | |
| oracle::occi::ResultSet * | m_rs |
| Wrapped OCCI object. | |
| SQL & | m_sql |
| Creator of this object. | |
Friends | |
| class | SQL |
Encapsulate the occi::ResultSet class.
An instance represents the results of a SQL 'SELECT' statement, Use the call operator on an instance to access the underlying occi object.
|
explicit |