![]() |
TerraLib 4.1
|
#include <occiObjects.h>
Public Member Functions | |
| Ref () | |
| Ref (const T *obj) | |
| Ref (const RefAny &refAny) | |
| Ref (const Ref< T > &src) | |
| Ref (const Connection *sessp, OCIRef *tref, bool copy=TRUE) | |
| ~Ref () | |
| Ref< T > & | operator= (const Ref< T > &src) |
| Ref< T > & | operator= (const T *obj) |
| Ref< T > & | operator= (const RefAny &src) |
| T * | operator-> () |
| T * | ptr () |
| T & | operator* () |
| const T * | operator-> () const |
| const T * | ptr () const |
| const T & | operator* () const |
| void | markDelete () |
| void | unmarkDelete () |
| void | setNull () |
| bool | isNull () const |
| void | clear () |
| bool | isClear () const |
| void | setPrefetch (const OCCI_STD_NAMESPACE::string &typeName, unsigned int depth) |
| void | setPrefetch (const OCCI_STD_NAMESPACE::string &schName, const OCCI_STD_NAMESPACE::string &typeName, unsigned int depth) |
| void | setPrefetch (const UString &schName, const UString &typeName, unsigned int depth) |
| void | setPrefetch (unsigned int depth) |
| void | setLock (LockOptions) |
| operator RefAny () const | |
| OCIRef * | getRef () const |
| const Connection * | getConnection () const |
| bool | operator== (const Ref< T > &ref) const |
| bool | operator!= (const Ref< T > &ref) const |
| bool | operator== (const RefAny &refAnyR) const |
| bool | operator!= (const RefAny &refAnyR) const |
| OCIComplexObject * | getCor () const |
| void | destroy () |
| void | setPinnedObject (PObject *objPtr) |
| oracle::occi::Ref< T >::Ref | ( | ) |
| oracle::occi::Ref< T >::Ref | ( | const T * | obj | ) |
| oracle::occi::Ref< T >::Ref | ( | const RefAny & | refAny | ) |
| oracle::occi::Ref< T >::Ref | ( | const Ref< T > & | src | ) |
| oracle::occi::Ref< T >::Ref | ( | const Connection * | sessp, |
| OCIRef< T > * | tref, | ||
| bool | copy = TRUE |
||
| ) |
| oracle::occi::Ref< T >::~Ref | ( | ) |
| void oracle::occi::Ref< T >::clear | ( | ) |
| void oracle::occi::Ref< T >::destroy | ( | ) |
| const Connection * oracle::occi::Ref< T >::getConnection | ( | ) | const |
| OCIComplexObject * oracle::occi::Ref< T >::getCor | ( | ) | const |
| OCIRef * oracle::occi::Ref< T >::getRef | ( | ) | const |
| bool oracle::occi::Ref< T >::isClear | ( | ) | const |
| bool oracle::occi::Ref< T >::isNull | ( | ) | const |
| void oracle::occi::Ref< T >::markDelete | ( | ) |
| oracle::occi::Ref< T >::operator RefAny | ( | ) | const |
| bool oracle::occi::Ref< T >::operator!= | ( | const Ref< T > & | ref | ) | const |
| bool oracle::occi::Ref< T >::operator!= | ( | const RefAny & | refAnyR | ) | const |
| const T & oracle::occi::Ref< T >::operator* | ( | ) | const |
| T & oracle::occi::Ref< T >::operator* | ( | ) |
| T * oracle::occi::Ref< T >::operator-> | ( | ) |
| const T * oracle::occi::Ref< T >::operator-> | ( | ) | const |
| Ref< T > & oracle::occi::Ref< T >::operator= | ( | const Ref< T > & | src | ) |
| Ref< T > & oracle::occi::Ref< T >::operator= | ( | const T * | obj | ) |
| Ref< T > & oracle::occi::Ref< T >::operator= | ( | const RefAny & | src | ) |
| bool oracle::occi::Ref< T >::operator== | ( | const Ref< T > & | ref | ) | const |
| bool oracle::occi::Ref< T >::operator== | ( | const RefAny & | refAnyR | ) | const |
| const T * oracle::occi::Ref< T >::ptr | ( | ) | const |
| T * oracle::occi::Ref< T >::ptr | ( | ) |
| void oracle::occi::Ref< T >::setLock | ( | LockOptions | lckOption | ) |
| void oracle::occi::Ref< T >::setNull | ( | ) |
| void oracle::occi::Ref< T >::setPinnedObject | ( | PObject * | objPtr | ) |
| void oracle::occi::Ref< T >::setPrefetch | ( | const OCCI_STD_NAMESPACE::string & | schName, |
| const OCCI_STD_NAMESPACE::string & | typeName, | ||
| unsigned int | depth | ||
| ) |
| void oracle::occi::Ref< T >::setPrefetch | ( | unsigned int | depth | ) |
| void oracle::occi::Ref< T >::setPrefetch | ( | const UString & | schName, |
| const UString & | typeName, | ||
| unsigned int | depth | ||
| ) |
| void oracle::occi::Ref< T >::setPrefetch | ( | const OCCI_STD_NAMESPACE::string & | typeName, |
| unsigned int | depth | ||
| ) |
| void oracle::occi::Ref< T >::unmarkDelete | ( | ) |