- batch
PreparedQuery batch(List!(Tuple) argsList, RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close(AsyncVoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- closeCursor
void closeCursor(string cursorId, AsyncVoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- cursor
Cursor cursor()
Undocumented in source. Be warned that the author may not have intended to support it.
- cursor
Cursor cursor(Tuple args)
Undocumented in source. Be warned that the author may not have intended to support it.
- execute
PreparedQuery execute(RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- execute
PreparedQuery execute(Tuple args, RowSetHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- execute
PreparedQuery execute(Tuple args, int fetch, string cursorId, bool suspended, bool singleton, QueryResultHandler!(R) resultHandler, ResponseHandler!(bool) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPreparedStatement
PreparedStatement getPreparedStatement()
Undocumented in source. Be warned that the author may not have intended to support it.
@author <a href="mailto:julien@julienviet.com">Julien Viet</a>