23 #include "ocilibcpp/support.hpp"
33 inline BindObject::BindObject(
const ocilib::Statement& statement,
const ostring& name,
unsigned int mode) : _statement(statement), _name(name), _mode(mode)
37 inline BindObject::~BindObject() noexcept
41 inline ostring BindObject::GetName()
const
51 inline unsigned int BindObject::GetMode()
const
Object used for executing SQL or PL/SQL statement and returning the produced results.
std::basic_string< otext, std::char_traits< otext >, std::allocator< otext > > ostring
string class wrapping the OCILIB otext * type and OTEXT() macros ( see Character sets )