Harlinn.Windows 0.1
Loading...
Searching...
No Matches
Harlinn::ODBC::Connection Member List

This is the complete list of members for Harlinn::ODBC::Connection, including all inherited members.

AccessMode() constHarlinn::ODBC::Connectioninline
AllocateHandle(SQLHANDLE inputHandle=SQL_NULL_HANDLE, ODBC::HandleType handleType=HandleType)Harlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >inlineprotectedstatic
AsyncConnectionFunctionsEnabled() constHarlinn::ODBC::Connectioninline
AsyncEnabled() constHarlinn::ODBC::Connectioninline
AsyncEvent() constHarlinn::ODBC::Connectioninline
AutoCommit() constHarlinn::ODBC::Connectioninline
AutoCommitMode(bool enabled) constHarlinn::ODBC::Connectioninline
Base typedefHarlinn::ODBC::Connection
BrowseConnect(const SQLWCHAR *inputConnectionString, SQLSMALLINT inputConnectionStringLength, SQLWCHAR *resultConnectionString, SQLSMALLINT resultConnectionStringMaxLength, SQLSMALLINT *resultConnectionStringActualLength) constHarlinn::ODBC::Connectioninline
BrowseConnect(const SQLCHAR *inputConnectionString, SQLSMALLINT inputConnectionStringLength, SQLCHAR *resultConnectionString, SQLSMALLINT resultConnectionStringMaxLength, SQLSMALLINT *resultConnectionStringActualLength) constHarlinn::ODBC::Connectioninline
Cancel() constHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >inline
Close() noexceptHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >inline
Commit() constHarlinn::ODBC::Connectioninline
CompleteAsync(RETCODE *asyncRetCode) constHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >inline
Connect(const SQLWCHAR *datasourceName, SQLSMALLINT datasourceNameLength, const SQLWCHAR *userName, SQLSMALLINT userNameLength, const SQLWCHAR *authenticationString, SQLSMALLINT authenticationStringLength) constHarlinn::ODBC::Connectioninline
Connect(const SQLCHAR *datasourceName, SQLSMALLINT datasourceNameLength, const SQLCHAR *userName, SQLSMALLINT userNameLength, const SQLCHAR *authenticationString, SQLSMALLINT authenticationStringLength) constHarlinn::ODBC::Connectioninline
Connect(const StringT &datasourceName) constHarlinn::ODBC::Connectioninline
Connect(const StringT1 &datasourceName, const StringT2 &userName) constHarlinn::ODBC::Connectioninline
Connect(const StringT1 &datasourceName, const StringT2 &userName, const StringT3 &authenticationString) constHarlinn::ODBC::Connectioninline
Connected() constHarlinn::ODBC::Connectioninline
Connection() noexceptHarlinn::ODBC::Connectioninline
Connection(SQLHANDLE sqlHandle, bool destructorClosesHandle=true) noexceptHarlinn::ODBC::Connectioninlineexplicitprivate
ConnectionDead() constHarlinn::ODBC::Connectioninline
CreateDescriptor() constHarlinn::ODBC::Connectioninline
CreateStatement() constHarlinn::ODBC::Connectioninline
CurrentCatalog() constHarlinn::ODBC::Connectioninline
destructorClosesHandle_Harlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >private
Disconnect() constHarlinn::ODBC::Connectioninline
DriverConnect(SQLHWND windowHandle, const SQLWCHAR *initialConnectionString, SQLSMALLINT initialConnectionStringLength, SQLWCHAR *resultConnectionString, SQLSMALLINT resultConnectionStringMaxLength, SQLSMALLINT *resultConnectionStringActualLength, ODBC::DriverCompletion driverCompletion) constHarlinn::ODBC::Connectioninline
DriverConnect(SQLHWND windowHandle, const SQLCHAR *initialConnectionString, SQLSMALLINT initialConnectionStringLength, SQLCHAR *resultConnectionString, SQLSMALLINT resultConnectionStringMaxLength, SQLSMALLINT *resultConnectionStringActualLength, ODBC::DriverCompletion driverCompletion) constHarlinn::ODBC::Connectioninline
EndTransaction(ODBC::TransactionCompletionType completionType) constHarlinn::ODBC::Connectioninline
Environment classHarlinn::ODBC::Connectionfriend
GetAttributeA(SQLINTEGER attributeId, SQLPOINTER value, SQLINTEGER valueBufferLength, SQLINTEGER *valueActualLength) constHarlinn::ODBC::Connectioninline
GetAttributeW(SQLINTEGER attributeId, SQLPOINTER value, SQLINTEGER valueBufferLength, SQLINTEGER *valueActualLength) constHarlinn::ODBC::Connectioninline
GetBooleanAttribute(SQLINTEGER attributeId) constHarlinn::ODBC::Connectioninline
GetDescriptorAttribute(SQLINTEGER attributeId) constHarlinn::ODBC::Connectioninline
GetEnumAttribute(SQLINTEGER attributeId) constHarlinn::ODBC::Connectioninline
GetFunctions(SQLUSMALLINT functionId, SQLUSMALLINT *supported) constHarlinn::ODBC::Connectioninline
GetInfoA(SQLUSMALLINT infoType, SQLPOINTER infoValue, SQLSMALLINT infoValueMaxLength, SQLSMALLINT *infoValueActualLength) constHarlinn::ODBC::Connectioninline
GetInfoW(SQLUSMALLINT infoType, SQLPOINTER infoValue, SQLSMALLINT infoValueMaxLength, SQLSMALLINT *infoValueActualLength) constHarlinn::ODBC::Connectioninline
GetInt64Attribute(SQLINTEGER attributeId) constHarlinn::ODBC::Connectioninline
GetPointerAttribute(SQLINTEGER attributeId) constHarlinn::ODBC::Connectioninline
GetUInt64Attribute(SQLINTEGER attributeId) constHarlinn::ODBC::Connectioninline
GetWideStringAttribute(SQLINTEGER attributeId) constHarlinn::ODBC::Connectioninline
Handle() const noexceptHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >inline
HandleTypeHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >static
InvalidHandleHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >static
NativeSql(const SQLWCHAR *inStatement, SQLINTEGER inStatementLength, SQLWCHAR *outStatement, SQLINTEGER outStatementMaxLength, SQLINTEGER *outStatementActualLength) constHarlinn::ODBC::Connectioninline
NativeSql(const SQLCHAR *inStatement, SQLINTEGER inStatementLength, SQLCHAR *outStatement, SQLINTEGER outStatementMaxLength, SQLINTEGER *outStatementActualLength) constHarlinn::ODBC::Connectioninline
operator=(const SqlHandle &other)=deleteHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >
operator=(SqlHandle &&other) noexceptHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >inline
Rollback() constHarlinn::ODBC::Connectioninline
SetAccessMode(ODBC::AccessMode accessMode) constHarlinn::ODBC::Connectioninline
SetAsyncConnectionFunctionsEnabled(bool asyncEnable) constHarlinn::ODBC::Connectioninline
SetAsyncEnabled(bool asyncEnable) constHarlinn::ODBC::Connectioninline
SetAsyncEvent(const EventWaitHandle &eventWaitHandle) constHarlinn::ODBC::Connectioninline
SetAsyncEvent(HANDLE eventWaitHandle) constHarlinn::ODBC::Connectioninline
SetAttributeA(SQLINTEGER attributeId, SQLPOINTER value, SQLINTEGER valueLength) constHarlinn::ODBC::Connectioninline
SetAttributeW(SQLINTEGER attributeId, SQLPOINTER value, SQLINTEGER valueLength) constHarlinn::ODBC::Connectioninline
SetAutoCommit(bool autoCommit) constHarlinn::ODBC::Connectioninline
SetAutoCommitMode(bool enabled) constHarlinn::ODBC::Connectioninline
SetBooleanAttribute(SQLINTEGER attributeId, bool value) constHarlinn::ODBC::Connectioninline
SetCurrentCatalog(const StringT &currentCatalog) constHarlinn::ODBC::Connectioninline
SetDescriptorAttribute(SQLINTEGER attributeId, SQLHANDLE value) constHarlinn::ODBC::Connectioninline
SetDescriptorAttribute(SQLINTEGER attributeId, const Descriptor &value) constHarlinn::ODBC::Connectioninline
SetDTCTransaction(ITransaction *transaction) constHarlinn::ODBC::Connectioninline
SetEnumAttribute(SQLINTEGER attributeId, T value) constHarlinn::ODBC::Connectioninline
SetHandle(SQLHANDLE sqlHandle, bool destructorClosesHandle)Harlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >inlineprotected
SetInt64Attribute(SQLINTEGER attributeId, Int64 value) constHarlinn::ODBC::Connectioninline
SetPointerAttribute(SQLINTEGER attributeId, SQLPOINTER value) constHarlinn::ODBC::Connectioninline
SetUInt64Attribute(SQLINTEGER attributeId, UInt64 value) constHarlinn::ODBC::Connectioninline
SetWideStringAttribute(SQLINTEGER attributeId, const StringT &value) constHarlinn::ODBC::Connectioninline
SqlHandle() noexceptHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >inline
SqlHandle(SQLHANDLE sqlHandle, bool destructorClosesHandle) noexceptHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >inlineprotected
SqlHandle(const SqlHandle &other)=deleteHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >
SqlHandle(SqlHandle &&other) noexceptHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >inline
sqlHandle_Harlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >private
SupportsAutoPopulateImplementationParameterDescriptor() constHarlinn::ODBC::Connectioninline
ThrowException(SQLRETURN sqlReturn) constHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >inlineprotected
ThrowException(SQLRETURN sqlReturn, const wchar_t *function, const wchar_t *file, int line) constHarlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >inlineprotected
~SqlHandle()Harlinn::ODBC::SqlHandle< ODBC::HandleType::Connection >inline