We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1f0b3 commit 5041f73Copy full SHA for 5041f73
cpp/src/arrow/flight/sql/odbc/odbc_impl/odbc_statement.h
@@ -69,6 +69,9 @@ class ODBCStatement : public ODBCHandle<ODBCStatement> {
69
void SetStmtAttr(SQLINTEGER statement_attribute, SQLPOINTER value,
70
SQLINTEGER buffer_size, bool is_unicode);
71
72
+ /// \brief Revert back to implicitly allocated internal descriptors.
73
+ /// isApd as True indicates APD descritor is to be reverted.
74
+ /// isApd as False indicates ARD descritor is to be reverted.
75
void RevertAppDescriptor(bool is_apd);
76
77
inline ODBCDescriptor* GetIRD() { return ird_.get(); }
0 commit comments