SqlClient.preparedQuery

Prepare and execute a query.

@param sql the prepared query SQL @param arguments the list of arguments @param handler the handler notified with the execution result @return a reference to this, so the API can be used fluently

  1. SqlClient preparedQuery(string sql, RowSetHandler handler)
  2. SqlClient preparedQuery(string sql, Tuple arguments, RowSetHandler handler)
    interface SqlClient

Meta