Skip to content

Commit 5041f73

Browse files
committed
Add doxygen doc
1 parent 9f1f0b3 commit 5041f73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp/src/arrow/flight/sql/odbc/odbc_impl/odbc_statement.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ class ODBCStatement : public ODBCHandle<ODBCStatement> {
6969
void SetStmtAttr(SQLINTEGER statement_attribute, SQLPOINTER value,
7070
SQLINTEGER buffer_size, bool is_unicode);
7171

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.
7275
void RevertAppDescriptor(bool is_apd);
7376

7477
inline ODBCDescriptor* GetIRD() { return ird_.get(); }

0 commit comments

Comments
 (0)