|
Harlinn.Windows 0.1
|
This is the complete list of members for Harlinn::OCI::Session, including all inherited members.
| Base typedef | Harlinn::OCI::Session | private |
| DestroyHandle() | Harlinn::OCI::HandleBase | inlineprotected |
| DetachHandle() | Harlinn::OCI::HandleBase | inlineprotected |
| Environment() const | Harlinn::OCI::Session | inline |
| environment_ | Harlinn::OCI::Session | private |
| Error() const noexcept final override | Harlinn::OCI::Session | inlinevirtual |
| error_ | Harlinn::OCI::Session | private |
| GetAttribute(void *buffer, UInt32 *size, Attribute attribute) const | Harlinn::OCI::HandleBase | protected |
| GetBooleanAttribute(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| GetByteAttribute(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| GetDateTimeAttribute(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| GetInt16Attribute(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| GetInt32Attribute(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| GetInt64Attribute(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| GetNumberAttribute(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| GetPointerAttribute(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| GetSByteAttribute(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| GetStringAttribute(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| GetStringAttributeFromByteString(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| GetUInt16Attribute(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| GetUInt32Attribute(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| GetUInt64Attribute(Attribute attribute) const | Harlinn::OCI::HandleBase | inlineprotected |
| Handle() const noexcept | Harlinn::OCI::HandleBase | inline |
| handle_ | Harlinn::OCI::HandleBase | private |
| HandleBase() noexcept | Harlinn::OCI::HandleBase | inlineprotected |
| HandleBase(OCI::HandleType handleType, void *handle, bool ownsHandle) noexcept | Harlinn::OCI::HandleBase | inlineprotected |
| HandleBase(const HandleBase &other)=delete | Harlinn::OCI::HandleBase | protected |
| HandleBase(HandleBase &&other) noexcept | Harlinn::OCI::HandleBase | inlineprotected |
| HandleFree(void *handle, OCI::HandleType handleType) noexcept | Harlinn::OCI::HandleBase | protectedstatic |
| HandleType() const noexcept | Harlinn::OCI::HandleBase | inline |
| handleType_ | Harlinn::OCI::HandleBase | private |
| InitializeHandle(void *handle, bool ownsHandle) | Harlinn::OCI::HandleBase | inlineprotected |
| IsValid() const noexcept | Harlinn::OCI::HandleBase | inline |
| OCIHandleType | Harlinn::OCI::Session | static |
| operator bool() const noexcept | Harlinn::OCI::HandleBase | inlineexplicit |
| operator=(const Session &other)=delete | Harlinn::OCI::Session | |
| operator=(Session &&other) noexcept | Harlinn::OCI::Session | inline |
| Harlinn::OCI::HandleBase::operator=(const HandleBase &other)=delete | Harlinn::OCI::HandleBase | protected |
| Harlinn::OCI::HandleBase::operator=(HandleBase &&other) noexcept | Harlinn::OCI::HandleBase | inlineprotected |
| OwnsHandle() const noexcept | Harlinn::OCI::HandleBase | inlineprotected |
| ownsHandle_ | Harlinn::OCI::HandleBase | private |
| Session() noexcept | Harlinn::OCI::Session | inline |
| Session(const OCI::Environment &environment, void *ocisession, bool ownsHandle) | Harlinn::OCI::Session | inline |
| Session(const Session &other)=delete | Harlinn::OCI::Session | |
| Session(Session &&other) noexcept | Harlinn::OCI::Session | inline |
| SetAttribute(void *buffer, UInt32 size, Attribute attribute) const | Harlinn::OCI::HandleBase | protected |
| SetBooleanAttribute(Attribute attribute, bool value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetByteAttribute(Attribute attribute, Byte value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetDateTimeAttribute(Attribute attribute, const DateTime &value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetHandle(void *newHandleValue, bool ownsHandle) noexcept | Harlinn::OCI::HandleBase | inlineprotected |
| SetInt16Attribute(Attribute attribute, Int16 value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetInt32Attribute(Attribute attribute, Int32 value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetInt64Attribute(Attribute attribute, Int64 value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetPassword(const StringT &password) const | Harlinn::OCI::Session | inline |
| SetPassword(const wchar_t *password, size_t passwordLength) const | Harlinn::OCI::Session | inline |
| SetPointerAttribute(Attribute attribute, void *value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetSByteAttribute(Attribute attribute, SByte value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetStringAttribute(Attribute attribute, const StringT &value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetStringAttribute(Attribute attribute, const wchar_t *value, size_t valueLength) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetUInt16Attribute(Attribute attribute, UInt16 value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetUInt32Attribute(Attribute attribute, UInt32 value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetUInt64Attribute(Attribute attribute, UInt64 value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetUserName(const StringT &userName) const | Harlinn::OCI::Session | inline |
| SetUserName(const wchar_t *userName, size_t userNameLength) const | Harlinn::OCI::Session | inline |
| swap(Session &other) noexcept | Harlinn::OCI::Session | inline |
| Harlinn::OCI::HandleBase::swap(HandleBase &other) noexcept | Harlinn::OCI::HandleBase | inlineprotected |
| Take(Derived &&derived) noexcept | Harlinn::OCI::HandleBase | inlineprotected |
| UserName() const | Harlinn::OCI::Session | inline |
| ~HandleBase() | Harlinn::OCI::HandleBase | inlineprotectedvirtual |