SqlClient.query

Execute a simple query.

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

  1. SqlClient query(string sql, RowSetHandler handler)
    interface SqlClient
  2. RowSet query(string sql)

Meta