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

fix maxdb-stmt-store-result doc #6

Merged
merged 2 commits into from
Mar 13, 2012
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix maxdb-stmt-store-result doc
  • Loading branch information
alexeymorozov committed Mar 10, 2012
commit 0f6d11cf8ee6f470a8f6185d0dd0aa883e98f619
4 changes: 2 additions & 2 deletions doc/maxdb-stmt-store-result.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
*maxdb::store_result* -- Transfers a result set from a prepared statement
*maxdb_stmt::store_result* -- Transfers a result set from a prepared statement

Procedural style

bool maxdb_stmt_store_result(resource stmt)~

Object oriented style

object maxdb::store_result(resource stmt)~
object maxdb_stmt::store_result(resource stmt)~

|maxdb_stmt_store_result| has no functionally effect and should not be used
for retrieving data from MaxDB server.
Expand Down