forked from irods/irods
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
816af51
commit 2b6fb91
Showing
4 changed files
with
158 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,29 @@ | ||
#ifndef IRODS_MSI_GENQUERY2_HPP | ||
#define IRODS_MSI_GENQUERY2_HPP | ||
|
||
/// \file | ||
|
||
struct MsParam; | ||
struct RuleExecInfo; | ||
|
||
/// TODO | ||
/// | ||
/// \since 4.3.2 | ||
auto msi_genquery2_execute(MsParam* _handle, MsParam* _query_string, RuleExecInfo* _rei) -> int; | ||
|
||
/// TODO | ||
/// | ||
/// \since 4.3.2 | ||
auto msi_genquery2_next_row(MsParam* _handle, RuleExecInfo* _rei) -> int; | ||
|
||
/// TODO | ||
/// | ||
/// \since 4.3.2 | ||
auto msi_genquery2_column(MsParam* _handle, MsParam* _column_index, MsParam* _column_value, RuleExecInfo* _rei) -> int; | ||
|
||
/// TODO | ||
/// | ||
/// \since 4.3.2 | ||
auto msi_genquery2_free(MsParam* _handle, RuleExecInfo* _rei) -> int; | ||
|
||
#endif // IRODS_MSI_GENQUERY2_HPP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters