Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APIS-901] Extend the method to get the query-plan #54

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

airnet73
Copy link
Contributor

http://jira.cubrid.org/browse/APIS-901

Purpose
The method of get the query-plan is only possible through SQLExecDirect(). However, in ODBC, query can be executed through SQLPrepare(), so you must be able to get the query-plan using SQLPrepare().

For example
SQLPrepare(hStmt, (SQLCHAR *)"@qp@", SQL_NTS);
SQLExecute (hStmt);

Implementation
N/A

Remarks
N/A

@airnet73 airnet73 requested a review from kisoo-han February 23, 2022 06:52
@airnet73 airnet73 self-assigned this Feb 23, 2022
@airnet73 airnet73 merged commit e36afdd into CUBRID:develop Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants