|
Harlinn.Windows 0.1
|
This is the complete list of members for Harlinn::ODBC::Descriptor, including all inherited members.
| AllocateHandle(SQLHANDLE inputHandle=SQL_NULL_HANDLE, ODBC::HandleType handleType=HandleType) | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | inlineprotectedstatic |
| ArraySize() const | Harlinn::ODBC::Descriptor | inline |
| Base typedef | Harlinn::ODBC::Descriptor | |
| BindByColumn() const | Harlinn::ODBC::Descriptor | inline |
| BindOffsetPointer() const | Harlinn::ODBC::Descriptor | inline |
| Cancel() const | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | inline |
| Close() noexcept | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | inline |
| CompleteAsync(RETCODE *asyncRetCode) const | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | inline |
| Connection class | Harlinn::ODBC::Descriptor | friend |
| CopyFrom(const Descriptor &other) const | Harlinn::ODBC::Descriptor | inline |
| CopyTo(const Descriptor &other) const | Harlinn::ODBC::Descriptor | inline |
| Descriptor() | Harlinn::ODBC::Descriptor | inline |
| Descriptor(SQLHANDLE sqlHandle, bool destructorClosesHandle=true) | Harlinn::ODBC::Descriptor | inlineexplicitprivate |
| destructorClosesHandle_ | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | private |
| Environment class | Harlinn::ODBC::Descriptor | friend |
| GetFieldA(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier, SQLPOINTER value, SQLINTEGER valueMaxLength, SQLINTEGER *valueActualLength) const | Harlinn::ODBC::Descriptor | inline |
| GetFieldW(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier, SQLPOINTER value, SQLINTEGER valueMaxLength, SQLINTEGER *valueActualLength) const | Harlinn::ODBC::Descriptor | inline |
| GetInt16Field(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier) const | Harlinn::ODBC::Descriptor | inline |
| GetInt64Field(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier) const | Harlinn::ODBC::Descriptor | inline |
| GetPointerField(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier) const | Harlinn::ODBC::Descriptor | inline |
| GetRecord(SQLSMALLINT recordNumber, SQLWCHAR *name, SQLSMALLINT nameMaxLength, SQLSMALLINT *nameActualLength, SQLSMALLINT *type, SQLSMALLINT *subType, SQLLEN *length, SQLSMALLINT *precision, SQLSMALLINT *scale, SQLSMALLINT *nullable) const | Harlinn::ODBC::Descriptor | inline |
| GetRecord(SQLSMALLINT recordNumber, SQLCHAR *name, SQLSMALLINT nameMaxLength, SQLSMALLINT *nameActualLength, SQLSMALLINT *type, SQLSMALLINT *subType, SQLLEN *length, SQLSMALLINT *precision, SQLSMALLINT *scale, SQLSMALLINT *nullable) const | Harlinn::ODBC::Descriptor | inline |
| GetUInt16Field(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier) const | Harlinn::ODBC::Descriptor | inline |
| GetUInt64Field(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier) const | Harlinn::ODBC::Descriptor | inline |
| GetWideStringField(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier) const | Harlinn::ODBC::Descriptor | inline |
| Handle() const noexcept | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | inline |
| HandleType | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | static |
| InvalidHandle | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | static |
| operator=(const SqlHandle &other)=delete | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | |
| operator=(SqlHandle &&other) noexcept | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | inline |
| RecordCount() const | Harlinn::ODBC::Descriptor | inline |
| RowsProcessedPointer() const | Harlinn::ODBC::Descriptor | inline |
| SetArraySize(size_t arraySize) const | Harlinn::ODBC::Descriptor | inline |
| SetBindByColumn() const | Harlinn::ODBC::Descriptor | inline |
| SetBindOffsetPointer(SQLLEN *bindOffsetPointer) const | Harlinn::ODBC::Descriptor | inline |
| SetFieldA(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier, SQLPOINTER value, SQLINTEGER valueLength) const | Harlinn::ODBC::Descriptor | inline |
| SetFieldW(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier, SQLPOINTER value, SQLINTEGER valueLength) const | Harlinn::ODBC::Descriptor | inline |
| SetHandle(SQLHANDLE sqlHandle, bool destructorClosesHandle) | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | inlineprotected |
| SetInt16Field(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier, Int16 value) const | Harlinn::ODBC::Descriptor | inline |
| SetInt64Field(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier, Int64 value) const | Harlinn::ODBC::Descriptor | inline |
| SetPointerField(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier, SQLPOINTER value) const | Harlinn::ODBC::Descriptor | inline |
| SetRecord(SQLSMALLINT recordNumber, SQLSMALLINT type, SQLSMALLINT subType, SQLLEN length, SQLSMALLINT precision, SQLSMALLINT scale, SQLPOINTER data, SQLLEN *dataLength, SQLLEN *indicator) const | Harlinn::ODBC::Descriptor | inline |
| SetRowsProcessedPointer(SQLULEN *bindOffsetPointer) const | Harlinn::ODBC::Descriptor | inline |
| SetStatusArrayPointer(SQLUSMALLINT *statusArray) const | Harlinn::ODBC::Descriptor | inline |
| SetUInt16Field(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier, UInt16 value) const | Harlinn::ODBC::Descriptor | inline |
| SetUInt64Field(SQLSMALLINT recordNumber, SQLSMALLINT fieldIdentifier, UInt64 value) const | Harlinn::ODBC::Descriptor | inline |
| SqlHandle() noexcept | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | inline |
| SqlHandle(SQLHANDLE sqlHandle, bool destructorClosesHandle) noexcept | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | inlineprotected |
| SqlHandle(const SqlHandle &other)=delete | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | |
| SqlHandle(SqlHandle &&other) noexcept | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | inline |
| sqlHandle_ | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | private |
| Statement class | Harlinn::ODBC::Descriptor | friend |
| StatusArrayPointer() const | Harlinn::ODBC::Descriptor | inline |
| ThrowException(SQLRETURN sqlReturn) const | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | inlineprotected |
| ThrowException(SQLRETURN sqlReturn, const wchar_t *function, const wchar_t *file, int line) const | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | inlineprotected |
| UserAllocated() const | Harlinn::ODBC::Descriptor | inline |
| ~SqlHandle() | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Descriptor > | inline |