Simple

usql.Query.Simple
case class Simple[T](sql: SqlBase, rowDecoder: RowDecoder[T]) extends Query[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Query[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def all()(using cp: ConnectionProvider): Vector[T]

Run a query for all rows.

Run a query for all rows.

Attributes

Inherited from:
Query
def one()(using cp: ConnectionProvider): Option[T]

Run a query for one row.

Run a query for one row.

Attributes

Inherited from:
Query
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product