QueryO

oxygen.sql.query.QueryO
See theQueryO companion class
object QueryO

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
QueryO.type

Members list

Value members

Concrete methods

inline def compile[O](inline queryName: String)(inline query: QueryO[O]): QueryO[O]
def simple[O](queryName: String, queryType: QueryType)(decoder: ResultDecoder[O])(sql: String): QueryO[O]