OCILIB (C and C++ Driver for Oracle)  4.7.5
Open source and cross platform Oracle Driver delivering efficient access to Oracle databases.
Loading...
Searching...
No Matches
ocilib::CollectionElement< T > Class Template Reference

Class used for handling transient collection value. it is used internally by the Collection<T> class: More...

#include <types.hpp>

Detailed Description

template<class T>
class ocilib::CollectionElement< T >

Class used for handling transient collection value. it is used internally by the Collection<T> class:

  • the Collection<> indexer operator in order to provide lvalue for read/write access
  • the CollectionIterator class

Definition at line 4933 of file types.hpp.