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::Lob< T, U > Member List

This is the complete list of members for ocilib::Lob< T, U >, including all inherited members.

Append(const T &content)ocilib::Lob< T, U >
Append(const Lob &other)ocilib::Lob< T, U >
Clone() constocilib::Lob< T, U >
Close()ocilib::Lob< T, U >
Copy(Lob &dest, big_uint offset, big_uint offsetDest, big_uint length) constocilib::Lob< T, U >
EnableBuffering(bool value)ocilib::Lob< T, U >
Erase(big_uint offset, big_uint length)ocilib::Lob< T, U >
Flush()ocilib::Lob< T, U >
GetChunkSize() constocilib::Lob< T, U >
GetConnection() constocilib::Lob< T, U >
GetLength() constocilib::Lob< T, U >
GetMaxSize() constocilib::Lob< T, U >
GetOffset() constocilib::Lob< T, U >
GetType() constocilib::Lob< T, U >
IsRemote() constocilib::Lob< T, U >
IsTemporary() constocilib::Lob< T, U >
Lob()ocilib::Lob< T, U >inline
Lob(const Connection &connection)ocilib::Lob< T, U >
Open(OpenMode mode)ocilib::Lob< T, U >
operator!=(const Lob &other) constocilib::Lob< T, U >
operator+=(const Lob &other)ocilib::Lob< T, U >
operator==(const Lob &other) constocilib::Lob< T, U >
Read(unsigned int length)ocilib::Lob< T, U >
Seek(SeekMode seekMode, big_uint offset)ocilib::Lob< T, U >
Truncate(big_uint length)ocilib::Lob< T, U >
Write(const T &content)ocilib::Lob< T, U >