Like {@link PreparedStatement#close} but notifies the completionHandler
when it's closed.
Like {@link PreparedStatement#close} but notifies the completionHandler
when it's closed.
Like {@link PreparedStatement#createStream} but with empty arguments.
Execute the prepared query with a cursor and createStream the result. The createStream opens a cursor
with a fetch
size to fetch the results.
Create a prepared query for this statement.
Generated using TypeDoc
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times. In addition, this kind of statement provides protection against SQL injection attacks.
From a prepared statement you can