Closed GoogleCodeExporter closed 9 years ago
Original comment by macl...@gmail.com
on 26 May 2008 at 3:37
Original comment by macl...@gmail.com
on 26 May 2008 at 3:38
I have another request, while you are updating the documentation, would it also
be
possible to add an example for st.executeBinaryQuery();
I have prepared the statement with st.setBinary() etc, and when I want to
execute
this binaryQuery, the function st.executeBinaryQuery(); still seems to be
expecting
1 parameter the BinaryQuery. But everything has been prepared so it doesn't
seem
logical to me. If you compare to executeQuery() there the query parameter is
optional. Maybe you can make it optional too, or build a get mothed for
st.getBinaryQuery() which can be used for st.executeBinaryQuery(); then. Thanks
in
advance.
Original comment by davy.mo...@gmail.com
on 27 May 2008 at 2:09
if you are preparing a statement with setBinary, you need only to call
st.executeQuery(null);
executeBinaryQuery was in place before setBinary, and it only remains for
reverse
compatibility.
Original comment by macl...@gmail.com
on 27 May 2008 at 3:18
Ok, thank you.
Original comment by davy.mo...@gmail.com
on 27 May 2008 at 3:48
Original comment by macl...@gmail.com
on 9 Jun 2008 at 1:32
Original issue reported on code.google.com by
macl...@gmail.com
on 26 May 2008 at 3:29