|
Harlinn.Windows 0.1
|
This is the complete list of members for Harlinn::ODBC::Statement, including all inherited members.
| AllocateHandle(SQLHANDLE inputHandle=SQL_NULL_HANDLE, ODBC::HandleType handleType=HandleType) | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | inlineprotectedstatic |
| ApplicationParameterDescriptor() const | Harlinn::ODBC::Statement | inline |
| ApplicationRowDescriptor() const | Harlinn::ODBC::Statement | inline |
| AsyncEnabled() const | Harlinn::ODBC::Statement | inline |
| AsyncEventHandle() const | Harlinn::ODBC::Statement | inline |
| AutoPopulateImplementationParameterDescriptor() const | Harlinn::ODBC::Statement | inline |
| Base typedef | Harlinn::ODBC::Statement | |
| BindBinaryColumn(SQLUSMALLINT columnNumber, FixedDBBinary< maxSize > *targetAddress) const | Harlinn::ODBC::Statement | inline |
| BindBinaryParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, Binary ¶meterValue, SQLLEN *lengthOrIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindBinaryParameter(SQLUSMALLINT parameterNumber, Binary ¶meterValue, SQLLEN *lengthOrIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindBinaryParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, const Binary ¶meterValue, SQLLEN *lengthOrIndicator) const | Harlinn::ODBC::Statement | inline |
| BindBinaryParameter(SQLUSMALLINT parameterNumber, const Binary ¶meterValue, SQLLEN *lengthOrIndicator=nullptr) const | Harlinn::ODBC::Statement | inline |
| BindBinaryParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, const Binary ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindBinaryParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, const DBBinary ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindBinaryParameter(SQLUSMALLINT parameterNumber, const DBBinary ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindBooleanColumn(SQLUSMALLINT columnNumber, bool *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindBooleanColumn(SQLUSMALLINT columnNumber, DBBoolean &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindBooleanParameter(SQLUSMALLINT parameterNumber, bool *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindBooleanParameter(SQLUSMALLINT parameterNumber, const bool *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindBooleanParameter(SQLUSMALLINT parameterNumber, bool *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindBooleanParameter(SQLUSMALLINT parameterNumber, const bool *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindBooleanParameter(SQLUSMALLINT parameterNumber, DBBoolean ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindBooleanParameter(SQLUSMALLINT parameterNumber, const DBBoolean ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindByteColumn(SQLUSMALLINT columnNumber, Byte *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindByteColumn(SQLUSMALLINT columnNumber, DBByte &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindByteParameter(SQLUSMALLINT parameterNumber, Byte *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindByteParameter(SQLUSMALLINT parameterNumber, const Byte *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindByteParameter(SQLUSMALLINT parameterNumber, Byte *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindByteParameter(SQLUSMALLINT parameterNumber, const Byte *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindByteParameter(SQLUSMALLINT parameterNumber, DBByte ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindByteParameter(SQLUSMALLINT parameterNumber, const DBByte ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindCharColumn(SQLUSMALLINT columnNumber, SQLPOINTER targetAddress, SQLLEN targetAddressMaxLength, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindColumn(SQLUSMALLINT columnNumber, NativeType targetType, SQLPOINTER targetValue, SQLLEN targetValueMaxLength, SQLLEN *nullIndicatorOrLength) const | Harlinn::ODBC::Statement | inline |
| BindCurrencyColumn(SQLUSMALLINT columnNumber, Currency *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindCurrencyColumn(SQLUSMALLINT columnNumber, DBCurrency &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindCurrencyParameter(SQLUSMALLINT parameterNumber, Currency *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindCurrencyParameter(SQLUSMALLINT parameterNumber, const Currency *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindCurrencyParameter(SQLUSMALLINT parameterNumber, Currency *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindCurrencyParameter(SQLUSMALLINT parameterNumber, const Currency *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindCurrencyParameter(SQLUSMALLINT parameterNumber, DBCurrency ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindCurrencyParameter(SQLUSMALLINT parameterNumber, const DBCurrency ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindDateTimeColumn(SQLUSMALLINT columnNumber, DateTime *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindDateTimeColumn(SQLUSMALLINT columnNumber, DBDateTime &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindDateTimeParameter(SQLUSMALLINT parameterNumber, DateTime *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindDateTimeParameter(SQLUSMALLINT parameterNumber, const DateTime *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindDateTimeParameter(SQLUSMALLINT parameterNumber, DateTime *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindDateTimeParameter(SQLUSMALLINT parameterNumber, const DateTime *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindDateTimeParameter(SQLUSMALLINT parameterNumber, DBDateTime ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindDateTimeParameter(SQLUSMALLINT parameterNumber, const DBDateTime ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindDoubleColumn(SQLUSMALLINT columnNumber, double *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindDoubleColumn(SQLUSMALLINT columnNumber, DBDouble &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindDoubleParameter(SQLUSMALLINT parameterNumber, Double *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindDoubleParameter(SQLUSMALLINT parameterNumber, const double *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindDoubleParameter(SQLUSMALLINT parameterNumber, double *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindDoubleParameter(SQLUSMALLINT parameterNumber, const double *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindDoubleParameter(SQLUSMALLINT parameterNumber, DBDouble ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindDoubleParameter(SQLUSMALLINT parameterNumber, const DBDouble ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindEnumParameter(SQLUSMALLINT parameterNumber, T *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindEnumParameter(SQLUSMALLINT parameterNumber, const T *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindEnumParameter(SQLUSMALLINT parameterNumber, T *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindEnumParameter(SQLUSMALLINT parameterNumber, const T *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindEnumParameter(SQLUSMALLINT parameterNumber, DBEnum< T > ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindEnumParameter(SQLUSMALLINT parameterNumber, const DBEnum< T > ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindFixedDBAnsiStringParameter(SQLUSMALLINT parameterNumber, FixedDBAnsiString< maxSize > ¶meterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindFixedDBAnsiStringParameter(SQLUSMALLINT parameterNumber, const FixedDBAnsiString< maxSize > ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindFixedDBBinaryParameter(SQLUSMALLINT parameterNumber, FixedDBBinary< maxSize > ¶meterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindFixedDBBinaryParameter(SQLUSMALLINT parameterNumber, const FixedDBBinary< maxSize > ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindFixedDBWideStringParameter(SQLUSMALLINT parameterNumber, FixedDBWideString< maxSize > ¶meterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindFixedDBWideStringParameter(SQLUSMALLINT parameterNumber, const FixedDBWideString< maxSize > ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindGuidColumn(SQLUSMALLINT columnNumber, Guid *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindGuidColumn(SQLUSMALLINT columnNumber, DBGuid &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindGuidParameter(SQLUSMALLINT parameterNumber, Guid *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindGuidParameter(SQLUSMALLINT parameterNumber, const Guid *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindGuidParameter(SQLUSMALLINT parameterNumber, Guid *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindGuidParameter(SQLUSMALLINT parameterNumber, const Guid *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindGuidParameter(SQLUSMALLINT parameterNumber, DBGuid ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindGuidParameter(SQLUSMALLINT parameterNumber, const DBGuid ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindInt16Column(SQLUSMALLINT columnNumber, Int16 *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindInt16Column(SQLUSMALLINT columnNumber, DBInt16 &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindInt16Parameter(SQLUSMALLINT parameterNumber, Int16 *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindInt16Parameter(SQLUSMALLINT parameterNumber, const Int16 *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindInt16Parameter(SQLUSMALLINT parameterNumber, Int16 *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindInt16Parameter(SQLUSMALLINT parameterNumber, const Int16 *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindInt16Parameter(SQLUSMALLINT parameterNumber, DBInt16 ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindInt16Parameter(SQLUSMALLINT parameterNumber, const DBInt16 ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindInt32Column(SQLUSMALLINT columnNumber, Int32 *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindInt32Column(SQLUSMALLINT columnNumber, DBInt32 &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindInt32Parameter(SQLUSMALLINT parameterNumber, Int32 *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindInt32Parameter(SQLUSMALLINT parameterNumber, const Int32 *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindInt32Parameter(SQLUSMALLINT parameterNumber, Int32 *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindInt32Parameter(SQLUSMALLINT parameterNumber, const Int32 *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindInt32Parameter(SQLUSMALLINT parameterNumber, DBInt32 ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindInt32Parameter(SQLUSMALLINT parameterNumber, const DBInt32 ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindInt64Column(SQLUSMALLINT columnNumber, Int64 *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindInt64Column(SQLUSMALLINT columnNumber, DBInt64 &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindInt64Parameter(SQLUSMALLINT parameterNumber, Int64 *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindInt64Parameter(SQLUSMALLINT parameterNumber, const Int64 *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindInt64Parameter(SQLUSMALLINT parameterNumber, Int64 *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindInt64Parameter(SQLUSMALLINT parameterNumber, const Int64 *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindInt64Parameter(SQLUSMALLINT parameterNumber, DBInt64 ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindInt64Parameter(SQLUSMALLINT parameterNumber, const DBInt64 ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindIntervalColumn(SQLUSMALLINT columnNumber, ODBC::Interval *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindLongColumn(SQLUSMALLINT columnNumber, Int32 *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindLongParameter(SQLUSMALLINT parameterNumber, UInt32 *parameterValue, SQLLEN *nullIndicator=nullptr, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::Input) const | Harlinn::ODBC::Statement | inline |
| BindMoneyColumn(SQLUSMALLINT columnNumber, ODBC::Money *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindNumericColumn(SQLUSMALLINT columnNumber, ODBC::Numeric *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindNVarCharParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, wchar_t *parameterValue, SQLLEN parameterValueBufferLength, SQLLEN *lengthOrIndicator, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::Input) const | Harlinn::ODBC::Statement | inline |
| BindNVarCharParameter(SQLUSMALLINT parameterNumber, FixedDBWideString< maxSize > ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::Input) const | Harlinn::ODBC::Statement | inline |
| BindNVarCharParameter(SQLUSMALLINT parameterNumber, const WideString ¶meterValue, SQLLEN *lengthOrIndicator=nullptr, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::Input) const | Harlinn::ODBC::Statement | inline |
| BindParameter(SQLUSMALLINT parameterNumber, ODBC::ParameterDirection parameterDirection, NativeType valueType, SqlType parameterType, SQLULEN columnSize, SQLSMALLINT decimalDigits, SQLPOINTER parameterValue, SQLLEN parameterValueBufferLength, SQLLEN *lengthOrIndicator) const | Harlinn::ODBC::Statement | inline |
| BindParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, char *parameterValue, SQLLEN parameterValueBufferLength, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::Input) const | Harlinn::ODBC::Statement | inline |
| BindRowVersionColumn(SQLUSMALLINT columnNumber, ODBC::RowVersion *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindSByteColumn(SQLUSMALLINT columnNumber, SByte *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindSByteColumn(SQLUSMALLINT columnNumber, DBSByte &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindSByteParameter(SQLUSMALLINT parameterNumber, SByte *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindSByteParameter(SQLUSMALLINT parameterNumber, const SByte *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindSByteParameter(SQLUSMALLINT parameterNumber, SByte *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindSByteParameter(SQLUSMALLINT parameterNumber, const SByte *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindSByteParameter(SQLUSMALLINT parameterNumber, DBSByte ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindSByteParameter(SQLUSMALLINT parameterNumber, const DBSByte ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindShortColumn(SQLUSMALLINT columnNumber, Int16 *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindShortParameter(SQLUSMALLINT parameterNumber, UInt16 *parameterValue, SQLLEN *nullIndicator=nullptr, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::Input) const | Harlinn::ODBC::Statement | inline |
| BindSingleColumn(SQLUSMALLINT columnNumber, float *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindSingleColumn(SQLUSMALLINT columnNumber, DBSingle &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindSingleParameter(SQLUSMALLINT parameterNumber, float *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindSingleParameter(SQLUSMALLINT parameterNumber, const float *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindSingleParameter(SQLUSMALLINT parameterNumber, float *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindSingleParameter(SQLUSMALLINT parameterNumber, const float *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindSingleParameter(SQLUSMALLINT parameterNumber, DBSingle ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindSingleParameter(SQLUSMALLINT parameterNumber, const DBSingle ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindStringColumn(SQLUSMALLINT columnNumber, FixedDBWideString< maxSize > *targetAddress) const | Harlinn::ODBC::Statement | inline |
| BindStringColumn(SQLUSMALLINT columnNumber, FixedDBAnsiString< maxSize > *targetAddress) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, AnsiString ¶meterValue, SQLLEN *lengthOrIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, const AnsiString ¶meterValue, SQLLEN *lengthOrIndicator) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, AnsiString ¶meterValue, SQLLEN *lengthOrIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, const AnsiString ¶meterValue, SQLLEN *lengthOrIndicator) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, AnsiString ¶meterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, const AnsiString ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, const DBAnsiString ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, const DBAnsiString ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, WideString ¶meterValue, SQLLEN *lengthOrIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, const WideString ¶meterValue, SQLLEN *lengthOrIndicator) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, WideString ¶meterValue, SQLLEN *lengthOrIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, const WideString ¶meterValue, SQLLEN *lengthOrIndicator) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, WideString ¶meterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, const WideString ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, const DBWideString ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindStringParameter(SQLUSMALLINT parameterNumber, const DBWideString ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindTime2Column(SQLUSMALLINT columnNumber, ODBC::Time2 *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindTimeColumn(SQLUSMALLINT columnNumber, ODBC::Time *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindTimeSpanColumn(SQLUSMALLINT columnNumber, TimeSpan *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindTimeSpanColumn(SQLUSMALLINT columnNumber, DBTimeSpan &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindTimeSpanParameter(SQLUSMALLINT parameterNumber, TimeSpan *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindTimeSpanParameter(SQLUSMALLINT parameterNumber, const TimeSpan *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindTimeSpanParameter(SQLUSMALLINT parameterNumber, TimeSpan *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindTimeSpanParameter(SQLUSMALLINT parameterNumber, const TimeSpan *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindTimeSpanParameter(SQLUSMALLINT parameterNumber, DBTimeSpan ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindTimeSpanParameter(SQLUSMALLINT parameterNumber, const DBTimeSpan ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindTimeStampColumn(SQLUSMALLINT columnNumber, ODBC::TimeStamp *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindTimeStampOffsetColumn(SQLUSMALLINT columnNumber, ODBC::TimeStampOffset *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindTimeStampParameter(SQLUSMALLINT parameterNumber, SQLSMALLINT precisionOfFraction, ODBC::TimeStamp *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindTimeStampParameter(SQLUSMALLINT parameterNumber, SQLSMALLINT precisionOfFraction, const TimeStamp *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindTimeStampParameter(SQLUSMALLINT parameterNumber, SQLSMALLINT precisionOfFraction, TimeStamp *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindTimeStampParameter(SQLUSMALLINT parameterNumber, SQLSMALLINT precisionOfFraction, const TimeStamp *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindTimeStampParameter(SQLUSMALLINT parameterNumber, SQLSMALLINT precisionOfFraction, DBTimeStamp ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindTimeStampParameter(SQLUSMALLINT parameterNumber, SQLSMALLINT precisionOfFraction, const DBTimeStamp ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindUInt16Column(SQLUSMALLINT columnNumber, UInt16 *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindUInt16Column(SQLUSMALLINT columnNumber, DBUInt16 &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindUInt16Parameter(SQLUSMALLINT parameterNumber, UInt16 *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindUInt16Parameter(SQLUSMALLINT parameterNumber, const UInt16 *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindUInt16Parameter(SQLUSMALLINT parameterNumber, UInt16 *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindUInt16Parameter(SQLUSMALLINT parameterNumber, const UInt16 *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindUInt16Parameter(SQLUSMALLINT parameterNumber, DBUInt16 ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindUInt16Parameter(SQLUSMALLINT parameterNumber, const DBUInt16 ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindUInt32Column(SQLUSMALLINT columnNumber, UInt32 *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindUInt32Column(SQLUSMALLINT columnNumber, DBUInt32 &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindUInt32Parameter(SQLUSMALLINT parameterNumber, UInt32 *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindUInt32Parameter(SQLUSMALLINT parameterNumber, const UInt32 *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindUInt32Parameter(SQLUSMALLINT parameterNumber, UInt32 *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindUInt32Parameter(SQLUSMALLINT parameterNumber, const UInt32 *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindUInt32Parameter(SQLUSMALLINT parameterNumber, DBUInt32 ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindUInt32Parameter(SQLUSMALLINT parameterNumber, const DBUInt32 ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindUInt64Column(SQLUSMALLINT columnNumber, UInt64 *targetAddress, SQLLEN *nullIndicatorOrActualLength) const | Harlinn::ODBC::Statement | inline |
| BindUInt64Column(SQLUSMALLINT columnNumber, DBUInt64 &dbValue) const | Harlinn::ODBC::Statement | inline |
| BindUInt64Parameter(SQLUSMALLINT parameterNumber, UInt64 *parameterValue, SQLLEN *nullIndicator, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindUInt64Parameter(SQLUSMALLINT parameterNumber, const UInt64 *parameterValue, SQLLEN *nullIndicator) const | Harlinn::ODBC::Statement | inline |
| BindUInt64Parameter(SQLUSMALLINT parameterNumber, UInt64 *parameterValue, ODBC::ParameterDirection parameterDirection) const | Harlinn::ODBC::Statement | inline |
| BindUInt64Parameter(SQLUSMALLINT parameterNumber, const UInt64 *parameterValue) const | Harlinn::ODBC::Statement | inline |
| BindUInt64Parameter(SQLUSMALLINT parameterNumber, DBUInt64 ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::InputOutput) const | Harlinn::ODBC::Statement | inline |
| BindUInt64Parameter(SQLUSMALLINT parameterNumber, const DBUInt64 ¶meterValue) const | Harlinn::ODBC::Statement | inline |
| BindVarBinaryParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, Byte *parameterValue, SQLLEN parameterValueBufferLength, SQLLEN *lengthOrIndicator, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::Input) const | Harlinn::ODBC::Statement | inline |
| BindVarBinaryParameter(SQLUSMALLINT parameterNumber, std::vector< Byte > ¶meterValue, SQLLEN *lengthOrIndicator=nullptr, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::Input) const | Harlinn::ODBC::Statement | inline |
| BindVarBinaryParameter(SQLUSMALLINT parameterNumber, FixedDBBinary< maxSize > ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::Input) const | Harlinn::ODBC::Statement | inline |
| BindVarCharParameter(SQLUSMALLINT parameterNumber, SQLULEN columnSize, char *parameterValue, SQLLEN parameterValueBufferLength, SQLLEN *lengthOrIndicator, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::Input) const | Harlinn::ODBC::Statement | inline |
| BindVarCharParameter(SQLUSMALLINT parameterNumber, const AnsiString ¶meterValue, SQLLEN *lengthOrIndicator=nullptr, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::Input) const | Harlinn::ODBC::Statement | inline |
| BindVarCharParameter(SQLUSMALLINT parameterNumber, FixedDBAnsiString< maxSize > ¶meterValue, ODBC::ParameterDirection parameterDirection=ODBC::ParameterDirection::Input) const | Harlinn::ODBC::Statement | inline |
| BulkOperations(ODBC::BulkOperation bulkOperation) const | Harlinn::ODBC::Statement | inline |
| Cancel() const | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | inline |
| Close() noexcept | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | inline |
| CloseCursor() | Harlinn::ODBC::Statement | inline |
| ColumnBaseName(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnBaseTableName(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnBinaryLength(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnCatalogName(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnConciseType(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnCount() const | Harlinn::ODBC::Statement | inline |
| ColumnDisplaySize(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnHasFixedPrecisionAndScale(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnIsAutoIncrement(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnIsCaseSensitive(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnIsNullable(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnIsUnnamed(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnIsUnsigned(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnIsUpdatable(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnLabel(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnLength(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnLiteralPrefix(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnLiteralSuffix(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnLocalTypeName(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnName(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnNumericPrecisionRadix(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnPrecision(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnPrivileges(const SQLWCHAR *catalogName, SQLSMALLINT catalogNameMaxLength, const SQLWCHAR *schemaName, SQLSMALLINT schemaNameMaxLength, const SQLWCHAR *tableName, SQLSMALLINT tableNameMaxLength, const SQLWCHAR *columnName, SQLSMALLINT columnNameMaxLength) const | Harlinn::ODBC::Statement | inline |
| ColumnPrivileges(const SQLCHAR *catalogName, SQLSMALLINT catalogNameMaxLength, const SQLCHAR *schemaName, SQLSMALLINT schemaNameMaxLength, const SQLCHAR *tableName, SQLSMALLINT tableNameMaxLength, const SQLCHAR *columnName, SQLSMALLINT columnNameMaxLength) const | Harlinn::ODBC::Statement | inline |
| Columns(const SQLWCHAR *catalogName, SQLSMALLINT catalogNameMaxLength, const SQLWCHAR *schemaName, SQLSMALLINT schemaNameMaxLength, const SQLWCHAR *tableName, SQLSMALLINT tableNameMaxLength, const SQLWCHAR *columnName, SQLSMALLINT columnNameMaxLength) const | Harlinn::ODBC::Statement | inline |
| Columns(const SQLCHAR *catalogName, SQLSMALLINT catalogNameMaxLength, const SQLCHAR *schemaName, SQLSMALLINT schemaNameMaxLength, const SQLCHAR *tableName, SQLSMALLINT tableNameMaxLength, const SQLCHAR *columnName, SQLSMALLINT columnNameMaxLength) const | Harlinn::ODBC::Statement | inline |
| ColumnScale(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnSchemaName(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnSearchPredicates(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnTableName(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnType(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| ColumnTypeName(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| CompleteAsync(RETCODE *asyncRetCode) const | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | inline |
| Concurrency() const | Harlinn::ODBC::Statement | inline |
| Connection class | Harlinn::ODBC::Statement | friend |
| ConsumeResults() const | Harlinn::ODBC::Statement | inline |
| CreateReader() const | Harlinn::ODBC::Statement | inline |
| CursorName(SQLWCHAR *cursorName, SQLSMALLINT cursorNameMaxLength, SQLSMALLINT *cursorNameActualLength) const | Harlinn::ODBC::Statement | inline |
| CursorName(SQLCHAR *cursorName, SQLSMALLINT cursorNameMaxLength, SQLSMALLINT *cursorNameActualLength) const | Harlinn::ODBC::Statement | inline |
| CursorScrollable() const | Harlinn::ODBC::Statement | inline |
| CursorSensitivity() const | Harlinn::ODBC::Statement | inline |
| CursorType() const | Harlinn::ODBC::Statement | inline |
| DescribeColumn(SQLUSMALLINT columnNumber, SQLWCHAR *columnName, SQLSMALLINT columnNameMaxLength, SQLSMALLINT *columnNameActualLength, SQLSMALLINT *dataType, SQLULEN *columnSize, SQLSMALLINT *decimalDigits, ODBC::Nullable *nullable) const | Harlinn::ODBC::Statement | inline |
| DescribeColumn(SQLUSMALLINT columnNumber, SQLCHAR *columnName, SQLSMALLINT columnNameMaxLength, SQLSMALLINT *columnNameActualLength, SQLSMALLINT *dataType, SQLULEN *columnSize, SQLSMALLINT *decimalDigits, ODBC::Nullable *nullable) const | Harlinn::ODBC::Statement | inline |
| DescribeParameter(SQLUSMALLINT parameterNumber, SqlType *dataType, SQLULEN *parameterSize, SQLSMALLINT *decimalDigits, ODBC::Nullable *nullable) const | Harlinn::ODBC::Statement | inline |
| DescribeParameter(SQLUSMALLINT parameterNumber) const | Harlinn::ODBC::Statement | inline |
| destructorClosesHandle_ | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | private |
| ExecDirect(const SQLWCHAR *statementText, SQLINTEGER statementTextLength=SQL_NTS) const | Harlinn::ODBC::Statement | inline |
| ExecDirect(const SQLCHAR *statementText, SQLINTEGER statementTextLength=SQL_NTS) const | Harlinn::ODBC::Statement | inline |
| Execute() const | Harlinn::ODBC::Statement | inline |
| ExecuteReader() const | Harlinn::ODBC::Statement | inline |
| ExecuteReader(const SQLWCHAR *statementText, SQLINTEGER statementTextLength=SQL_NTS) const | Harlinn::ODBC::Statement | inline |
| ExecuteReader(const SQLCHAR *statementText, SQLINTEGER statementTextLength=SQL_NTS) const | Harlinn::ODBC::Statement | inline |
| ExecuteReader(const StringT &str) const | Harlinn::ODBC::Statement | inline |
| Fetch() const | Harlinn::ODBC::Statement | inline |
| FetchBookmarkPointer() const | Harlinn::ODBC::Statement | inline |
| FetchScroll(ODBC::FetchOrientation fetchOrientation, SQLLEN fetchOffset) const | Harlinn::ODBC::Statement | inline |
| ForeignKeys(const SQLWCHAR *primaryKeyCatalogName, SQLSMALLINT primaryKeyCatalogNameLength, const SQLWCHAR *primaryKeySchemaName, SQLSMALLINT primaryKeySchemaNameLength, const SQLWCHAR *primaryKeyTableName, SQLSMALLINT primaryKeyTableNameLength, const SQLWCHAR *foreignKeyCatalogName, SQLSMALLINT foreignKeyCatalogNameLength, const SQLWCHAR *foreignKeySchemaName, SQLSMALLINT foreignKeySchemaNameLength, const SQLWCHAR *foreignKeyTableName, SQLSMALLINT foreignKeyTableNameLength) const | Harlinn::ODBC::Statement | inline |
| ForeignKeys(const SQLCHAR *primaryKeyCatalogName, SQLSMALLINT primaryKeyCatalogNameLength, const SQLCHAR *primaryKeySchemaName, SQLSMALLINT primaryKeySchemaNameLength, const SQLCHAR *primaryKeyTableName, SQLSMALLINT primaryKeyTableNameLength, const SQLCHAR *foreignKeyCatalogName, SQLSMALLINT foreignKeyCatalogNameLength, const SQLCHAR *foreignKeySchemaName, SQLSMALLINT foreignKeySchemaNameLength, const SQLCHAR *foreignKeyTableName, SQLSMALLINT foreignKeyTableNameLength) const | Harlinn::ODBC::Statement | inline |
| FreeStmt(SQLUSMALLINT option) const | Harlinn::ODBC::Statement | inlineprivate |
| GetAnsiString(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetAttributeA(SQLINTEGER attributeId, SQLPOINTER value, SQLINTEGER valueBufferLength, SQLINTEGER *valueActualLength) const | Harlinn::ODBC::Statement | inline |
| GetAttributeW(SQLINTEGER attributeId, SQLPOINTER value, SQLINTEGER valueBufferLength, SQLINTEGER *valueActualLength) const | Harlinn::ODBC::Statement | inline |
| GetBinary(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetBoolean(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetBooleanAttribute(SQLINTEGER attributeId) const | Harlinn::ODBC::Statement | inline |
| GetBooleanColumnAttribute(SQLUSMALLINT columnNumber, SQLUSMALLINT fieldIdentifier) const | Harlinn::ODBC::Statement | inline |
| GetByte(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetColumnAttribute(SQLUSMALLINT columnNumber, SQLUSMALLINT fieldIdentifier, SQLPOINTER value, SQLSMALLINT valueMaxLength, SQLSMALLINT *valueActualLength, SQLLEN *numericAttributeValue) const | Harlinn::ODBC::Statement | inline |
| GetColumnAttributeAnsi(SQLUSMALLINT columnNumber, SQLUSMALLINT fieldIdentifier, SQLPOINTER value, SQLSMALLINT valueMaxLength, SQLSMALLINT *valueActualLength, SQLLEN *numericAttributeValue) const | Harlinn::ODBC::Statement | inline |
| GetCurrency(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetData(SQLUSMALLINT columnOrParameterNumber, NativeType targetValueDataType, SQLPOINTER targetValue, SQLLEN targetValueMaxLength, SQLLEN *nullIndicatorOrTargetValueActualLength) const | Harlinn::ODBC::Statement | inline |
| GetDate(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDateTime(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBAnsiString(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBBinary(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBBoolean(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBByte(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBCurrency(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBDate(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBDateTime(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBDecimal(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBDouble(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBGuid(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBInt16(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBInt32(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBInt64(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBNumeric(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBRowVersion(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBSByte(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBSingle(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBTime(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBTimeSpan(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBTimeStampOffset(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBUInt16(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBUInt32(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBUInt64(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDBWideString(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDecimal(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetDescriptorAttribute(SQLINTEGER attributeId) const | Harlinn::ODBC::Statement | inline |
| GetDouble(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetEnumAttribute(SQLINTEGER attributeId) const | Harlinn::ODBC::Statement | inline |
| GetGuid(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetInt16(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetInt32(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetInt64(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetInt64Attribute(SQLINTEGER attributeId) const | Harlinn::ODBC::Statement | inline |
| GetInt64ColumnAttribute(SQLUSMALLINT columnNumber, SQLUSMALLINT fieldIdentifier) const | Harlinn::ODBC::Statement | inline |
| GetNumeric(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetPointerAttribute(SQLINTEGER attributeId) const | Harlinn::ODBC::Statement | inline |
| GetRowVersion(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetSByte(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetSingle(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetTime(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetTimeSpan(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetTimeStampOffset(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetTypeInfoA(SQLSMALLINT dataType) const | Harlinn::ODBC::Statement | inline |
| GetTypeInfoW(SQLSMALLINT dataType) const | Harlinn::ODBC::Statement | inline |
| GetUInt16(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetUInt32(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetUInt64(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetUInt64Attribute(SQLINTEGER attributeId) const | Harlinn::ODBC::Statement | inline |
| GetWideString(SQLUSMALLINT columnNumber) const | Harlinn::ODBC::Statement | inline |
| GetWideStringColumnAttribute(SQLUSMALLINT columnNumber, SQLUSMALLINT fieldIdentifier) const | Harlinn::ODBC::Statement | inline |
| Handle() const noexcept | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | inline |
| HandleType | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | static |
| ImplementationParameterDescriptor() const | Harlinn::ODBC::Statement | inline |
| ImplementationRowDescriptor() const | Harlinn::ODBC::Statement | inline |
| InvalidHandle | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | static |
| KeysetSize() const | Harlinn::ODBC::Statement | inline |
| MaxColumnLength() const | Harlinn::ODBC::Statement | inline |
| MaxRows() const | Harlinn::ODBC::Statement | inline |
| MetadataIdentifiers() const | Harlinn::ODBC::Statement | inline |
| MoreResults() const | Harlinn::ODBC::Statement | inline |
| NoScan() const | Harlinn::ODBC::Statement | inline |
| NumParams(SQLSMALLINT *result) const | Harlinn::ODBC::Statement | inline |
| NumParams() const | Harlinn::ODBC::Statement | inline |
| NumResultCols(SQLSMALLINT *result) const | Harlinn::ODBC::Statement | inline |
| operator=(const SqlHandle &other)=delete | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | |
| operator=(SqlHandle &&other) noexcept | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | inline |
| ParamData(SQLPOINTER *valuePointer) const | Harlinn::ODBC::Statement | inline |
| ParameterArraySize() const | Harlinn::ODBC::Statement | inline |
| ParameterBindByColumn() const | Harlinn::ODBC::Statement | inline |
| ParameterBindOffsetPointer() const | Harlinn::ODBC::Statement | inline |
| ParameterOperationPointer() const | Harlinn::ODBC::Statement | inline |
| ParameterRowSize() const | Harlinn::ODBC::Statement | inline |
| ParameterSetSize() const | Harlinn::ODBC::Statement | inline |
| ParametersProcessedPointer() const | Harlinn::ODBC::Statement | inline |
| ParameterStatusArray() const | Harlinn::ODBC::Statement | inline |
| Prepare(const SQLWCHAR *statement, SQLINTEGER statementLength=SQL_NTS) const | Harlinn::ODBC::Statement | inline |
| Prepare(const SQLCHAR *statement, SQLINTEGER statementLength=SQL_NTS) const | Harlinn::ODBC::Statement | inline |
| PrimaryKeys(const SQLWCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLWCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLWCHAR *tableName, SQLSMALLINT tableNameLength) const | Harlinn::ODBC::Statement | inline |
| PrimaryKeys(const SQLCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLCHAR *tableName, SQLSMALLINT tableNameLength) const | Harlinn::ODBC::Statement | inline |
| ProcedureColumns(const SQLWCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLWCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLWCHAR *procedureName, SQLSMALLINT procedureNameLength, const SQLWCHAR *columnName, SQLSMALLINT columnNameLength) const | Harlinn::ODBC::Statement | inline |
| ProcedureColumns(const SQLCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLCHAR *procedureName, SQLSMALLINT procedureNameLength, const SQLCHAR *columnName, SQLSMALLINT columnNameLength) const | Harlinn::ODBC::Statement | inline |
| Procedures(const SQLWCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLWCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLWCHAR *procedureName, SQLSMALLINT procedureNameLength) const | Harlinn::ODBC::Statement | inline |
| Procedures(const SQLCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLCHAR *procedureName, SQLSMALLINT procedureNameLength) const | Harlinn::ODBC::Statement | inline |
| PutData(SQLPOINTER data, SQLLEN nullIndicatorOrDataLength) const | Harlinn::ODBC::Statement | inline |
| QueryTimeout() const | Harlinn::ODBC::Statement | inline |
| ResetParameters() const | Harlinn::ODBC::Statement | inline |
| RetrieveData() const | Harlinn::ODBC::Statement | inline |
| RowArraySize() const | Harlinn::ODBC::Statement | inline |
| RowBindByColumn() const | Harlinn::ODBC::Statement | inline |
| RowBindOffsetPointer() const | Harlinn::ODBC::Statement | inline |
| RowCount(SQLLEN *result) const | Harlinn::ODBC::Statement | inline |
| RowCount() const | Harlinn::ODBC::Statement | inline |
| RowNumber() const | Harlinn::ODBC::Statement | inline |
| RowOperationPointer() const | Harlinn::ODBC::Statement | inline |
| RowsFetchedPointer() const | Harlinn::ODBC::Statement | inline |
| RowSize() const | Harlinn::ODBC::Statement | inline |
| RowStatusPointer() const | Harlinn::ODBC::Statement | inline |
| SetApplicationParameterDescriptor(const Descriptor &applicationParameterDescriptor) const | Harlinn::ODBC::Statement | inline |
| SetApplicationParameterDescriptor(SQLHANDLE applicationParameterDescriptor) const | Harlinn::ODBC::Statement | inline |
| SetApplicationRowDescriptor(const Descriptor &applicationRowDescriptor) const | Harlinn::ODBC::Statement | inline |
| SetApplicationRowDescriptor(SQLHANDLE applicationRowDescriptor) const | Harlinn::ODBC::Statement | inline |
| SetAsyncEnabled(bool asyncEnable) const | Harlinn::ODBC::Statement | inline |
| SetAsyncEventHandle(HANDLE asyncEventHandle) const | Harlinn::ODBC::Statement | inline |
| SetAsyncEventHandle(const EventWaitHandle &asyncEventHandle) const | Harlinn::ODBC::Statement | inline |
| SetAttributeA(SQLINTEGER attributeId, SQLPOINTER value, SQLINTEGER valueLength) const | Harlinn::ODBC::Statement | inline |
| SetAttributeW(SQLINTEGER attributeId, SQLPOINTER value, SQLINTEGER valueLength) const | Harlinn::ODBC::Statement | inline |
| SetAutoPopulateImplementationParameterDescriptor(bool autoPopulateImplementationParameterDescriptor) const | Harlinn::ODBC::Statement | inline |
| SetBooleanAttribute(SQLINTEGER attributeId, bool value) const | Harlinn::ODBC::Statement | inline |
| SetConcurrency(ODBC::Concurrency concurrency) const | Harlinn::ODBC::Statement | inline |
| SetCursorName(const SQLWCHAR *cursorName, SQLSMALLINT cursorNameLength) const | Harlinn::ODBC::Statement | inline |
| SetCursorName(const SQLCHAR *cursorName, SQLSMALLINT cursorNameLength) const | Harlinn::ODBC::Statement | inline |
| SetCursorScrollable(bool cursorScrollable) const | Harlinn::ODBC::Statement | inline |
| SetCursorSensitivity(ODBC::CursorSensitivity cursorSensitivity) const | Harlinn::ODBC::Statement | inline |
| SetCursorType(ODBC::CursorType cursorType) const | Harlinn::ODBC::Statement | inline |
| SetDescriptorAttribute(SQLINTEGER attributeId, SQLHANDLE value) const | Harlinn::ODBC::Statement | inline |
| SetDescriptorAttribute(SQLINTEGER attributeId, const Descriptor &value) const | Harlinn::ODBC::Statement | inline |
| SetEnumAttribute(SQLINTEGER attributeId, T value) const | Harlinn::ODBC::Statement | inline |
| SetHandle(SQLHANDLE sqlHandle, bool destructorClosesHandle) | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | inlineprotected |
| SetInt64Attribute(SQLINTEGER attributeId, Int64 value) const | Harlinn::ODBC::Statement | inline |
| SetKeysetSize(SQLULEN keysetSize) const | Harlinn::ODBC::Statement | inline |
| SetMaxColumnLength(SQLULEN maxColumnLength) const | Harlinn::ODBC::Statement | inline |
| SetMaxRows(SQLULEN maxRows) const | Harlinn::ODBC::Statement | inline |
| SetMetadataIdentifiers(bool metadataIdentifiers) const | Harlinn::ODBC::Statement | inline |
| SetNoScan(bool noScan) const | Harlinn::ODBC::Statement | inline |
| SetParameterArraySize(UInt64 parameterArraySize) const | Harlinn::ODBC::Statement | inline |
| SetParameterBindByColumn() const | Harlinn::ODBC::Statement | inline |
| SetParameterBindOffsetPointer(SQLULEN *paramBindOffsetPointer) const | Harlinn::ODBC::Statement | inline |
| SetParameterOperationPointer(SQLULEN *paramOperationPointer) const | Harlinn::ODBC::Statement | inline |
| SetParameterRowSize(SQLULEN rowSize) const | Harlinn::ODBC::Statement | inline |
| SetParameterSetSize(SQLULEN parameterSetSize) const | Harlinn::ODBC::Statement | inline |
| SetParametersProcessedPointer(SQLULEN *parametersProcessed) const | Harlinn::ODBC::Statement | inline |
| SetParameterStatusArray(SQLUSMALLINT *parameterStatusArray) const | Harlinn::ODBC::Statement | inline |
| SetPointerAttribute(SQLINTEGER attributeId, SQLPOINTER value) const | Harlinn::ODBC::Statement | inline |
| SetPosition(SQLSETPOSIROW rowNumber, SQLUSMALLINT operation, SQLUSMALLINT lockType) const | Harlinn::ODBC::Statement | inline |
| SetQueryTimeout(const TimeSpan &timeout) const | Harlinn::ODBC::Statement | inline |
| SetQueryTimeout(const UInt64 timeout) const | Harlinn::ODBC::Statement | inline |
| SetRetrieveData(bool retrieveData) const | Harlinn::ODBC::Statement | inline |
| SetRowArraySize(UInt64 rowArraySize) const | Harlinn::ODBC::Statement | inline |
| SetRowBindByColumn() const | Harlinn::ODBC::Statement | inline |
| SetRowBindOffsetPointer(SQLULEN *rowBindOffsetPointer) const | Harlinn::ODBC::Statement | inline |
| SetRowOperationPointer(SQLULEN *paramOperationPointer) const | Harlinn::ODBC::Statement | inline |
| SetRowsFetchedPointer(SQLULEN *rowsFetched) const | Harlinn::ODBC::Statement | inline |
| SetRowSize(SQLULEN rowSize) const | Harlinn::ODBC::Statement | inline |
| SetRowStatusPointer(SQLUSMALLINT *rowStatusPointer) const | Harlinn::ODBC::Statement | inline |
| SetSimulateCursor(ODBC::SimulateCursor simulateCursor) const | Harlinn::ODBC::Statement | inline |
| SetUInt64Attribute(SQLINTEGER attributeId, UInt64 value) const | Harlinn::ODBC::Statement | inline |
| SetUseBookmarks(bool useBookmarks) const | Harlinn::ODBC::Statement | inline |
| SimulateCursor() const | Harlinn::ODBC::Statement | inline |
| SpecialColumns(SQLSMALLINT identifierType, const SQLWCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLWCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLWCHAR *tableName, SQLSMALLINT tableNameLength, SQLSMALLINT scope, SQLSMALLINT nullable) const | Harlinn::ODBC::Statement | inline |
| SpecialColumns(SQLSMALLINT identifierType, const SQLCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLCHAR *tableName, SQLSMALLINT tableNameLength, SQLSMALLINT scope, SQLSMALLINT nullable) const | Harlinn::ODBC::Statement | inline |
| SqlHandle() noexcept | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | inline |
| SqlHandle(SQLHANDLE sqlHandle, bool destructorClosesHandle) noexcept | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | inlineprotected |
| SqlHandle(const SqlHandle &other)=delete | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | |
| SqlHandle(SqlHandle &&other) noexcept | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | inline |
| sqlHandle_ | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | private |
| Statement() | Harlinn::ODBC::Statement | inline |
| Statement(SQLHANDLE sqlHandle, bool destructorClosesHandle=true) | Harlinn::ODBC::Statement | inlineexplicitprivate |
| Statistics(const SQLWCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLWCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLWCHAR *tableName, SQLSMALLINT tableNameLength, SQLSMALLINT unique, SQLSMALLINT options) const | Harlinn::ODBC::Statement | inline |
| Statistics(const SQLCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLCHAR *tableName, SQLSMALLINT tableNameLength, SQLSMALLINT unique, SQLSMALLINT options) const | Harlinn::ODBC::Statement | inline |
| TablePrivileges(const SQLWCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLWCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLWCHAR *tableName, SQLSMALLINT tableNameLength) const | Harlinn::ODBC::Statement | inline |
| TablePrivileges(const SQLCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLCHAR *tableName, SQLSMALLINT tableNameLength) const | Harlinn::ODBC::Statement | inline |
| Tables(const SQLWCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLWCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLWCHAR *tableName, SQLSMALLINT tableNameLength, const SQLWCHAR *tableTypes, SQLSMALLINT tableTypesLength) const | Harlinn::ODBC::Statement | inline |
| Tables(const SQLCHAR *catalogName, SQLSMALLINT catalogNameLength, const SQLCHAR *schemaName, SQLSMALLINT schemaNameLength, const SQLCHAR *tableName, SQLSMALLINT tableNameLength, const SQLCHAR *tableTypes, SQLSMALLINT tableTypesLength) const | Harlinn::ODBC::Statement | inline |
| ThrowException(SQLRETURN sqlReturn) const | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | inlineprotected |
| ThrowException(SQLRETURN sqlReturn, const wchar_t *function, const wchar_t *file, int line) const | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | inlineprotected |
| Unbind() const | Harlinn::ODBC::Statement | inline |
| UseBookmarks() const | Harlinn::ODBC::Statement | inline |
| ~SqlHandle() | Harlinn::ODBC::SqlHandle< ODBC::HandleType::Statement > | inline |