|
Harlinn.Windows 0.1
|
This is the complete list of members for Harlinn::OCI::Server, including all inherited members.
| Attach(const wchar_t *databaseLink, size_t databaseLinkLength, ServerAttachMode attachMode=ServerAttachMode::Default) const | Harlinn::OCI::Server | |
| Attach(const StringT &databaseLink, ServerAttachMode attachMode=ServerAttachMode::Default) const | Harlinn::OCI::Server | inline |
| Base typedef | Harlinn::OCI::Server | private |
| Connected() const | Harlinn::OCI::Server | inline |
| CreateServiceContext() const | Harlinn::OCI::Server | |
| CreateServiceContext(const wchar_t *username, size_t usernameLength, const wchar_t *password, size_t passwordLength, const wchar_t *databaseLink, size_t databaseLinkLength, ServerAttachMode attachMode=ServerAttachMode::Default) const | Harlinn::OCI::Server | |
| CreateServiceContext(const StringT1 &username, const StringT2 &password, const StringT3 &databaseLink, ServerAttachMode attachMode=ServerAttachMode::Default) const | Harlinn::OCI::Server | inline |
| DbDomain() const | Harlinn::OCI::Server | inline |
| DbName() const | Harlinn::OCI::Server | inline |
| DestroyHandle() | Harlinn::OCI::HandleBase | inlineprotected |
| Detach() const | Harlinn::OCI::Server | |
| DetachHandle() | Harlinn::OCI::HandleBase | inlineprotected |
| Environment() const | Harlinn::OCI::Server | inline |
| environment_ | Harlinn::OCI::Server | private |
| Error() const noexcept final override | Harlinn::OCI::Server | inlinevirtual |
| error_ | Harlinn::OCI::Server | private |
| ExternalName() const | Harlinn::OCI::Server | inline |
| FailoverCallback() const | Harlinn::OCI::Server | inline |
| 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 |
| InstanceName() const | Harlinn::OCI::Server | inline |
| InstanceStartTime() const | Harlinn::OCI::Server | inline |
| InternalName() const | Harlinn::OCI::Server | inline |
| IsValid() const noexcept | Harlinn::OCI::HandleBase | inline |
| NonBlocingMode() const | Harlinn::OCI::Server | inline |
| OCIHandleType | Harlinn::OCI::Server | static |
| operator bool() const noexcept | Harlinn::OCI::HandleBase | inlineexplicit |
| operator=(const Server &other)=delete | Harlinn::OCI::Server | |
| operator=(Server &&other) noexcept | Harlinn::OCI::Server | inline |
| Harlinn::OCI::HandleBase::operator=(const HandleBase &other)=delete | Harlinn::OCI::HandleBase | protected |
| Harlinn::OCI::HandleBase::operator=(HandleBase &&other) noexcept | Harlinn::OCI::HandleBase | inlineprotected |
| Oracle8Mode() const | Harlinn::OCI::Server | inline |
| OwnsHandle() const noexcept | Harlinn::OCI::HandleBase | inlineprotected |
| ownsHandle_ | Harlinn::OCI::HandleBase | private |
| Server() noexcept | Harlinn::OCI::Server | inline |
| Server(const OCI::Environment &environment, void *ociserver, bool ownsHandle) | Harlinn::OCI::Server | inline |
| Server(const Server &other)=delete | Harlinn::OCI::Server | |
| Server(Server &&other) noexcept | Harlinn::OCI::Server | inline |
| ServerGroup() const | Harlinn::OCI::Server | inline |
| ServerStatus() const | Harlinn::OCI::Server | inline |
| ServiceName() const | Harlinn::OCI::Server | 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 |
| SetExternalName(const StringT &externalName) const | Harlinn::OCI::Server | inline |
| SetFailoverCallback(OCI::FailoverCallback *failoverCallback) const | Harlinn::OCI::Server | inline |
| 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 |
| SetInternalName(const StringT &internalName) const | Harlinn::OCI::Server | inline |
| SetNonBlocingMode(bool nonBlocingMode) const | Harlinn::OCI::Server | inline |
| SetPointerAttribute(Attribute attribute, void *value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetSByteAttribute(Attribute attribute, SByte value) const | Harlinn::OCI::HandleBase | inlineprotected |
| SetServerGroup(const StringT &serverGroup) const | Harlinn::OCI::Server | inline |
| 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 |
| swap(Server &other) noexcept | Harlinn::OCI::Server | inline |
| Harlinn::OCI::HandleBase::swap(HandleBase &other) noexcept | Harlinn::OCI::HandleBase | inlineprotected |
| Take(Derived &&derived) noexcept | Harlinn::OCI::HandleBase | inlineprotected |
| ~HandleBase() | Harlinn::OCI::HandleBase | inlineprotectedvirtual |