QueryStatement

final case class QueryStatement[+A](sql: Sql, fromResultSet: FromResultSet[A])

An SQL query, ie some Sql along with a FromResultSet which describes how to read the output of the query.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product