JdbcTransaction
org.easysql.database.JdbcTransaction
Attributes
- Graph
- Supertypes
- class DBTransaction[Id]class DBOperator[Id]class Objecttrait Matchableclass Any
Members list
Concise view
Value members
Concrete methods
inline def page[T <: Tuple](query: SelectQuery[T, _])(pageSize: Int, pageNum: Int, queryCount: Boolean)(using logger: Logger): Page[ResultType[T]]
Inherited methods
Attributes
- Inherited from:
- DBOperator
inline def findMonad[T <: Tuple](query: SelectQuery[T, _])(using logger: Logger): F[Option[ResultType[T]]]
Attributes
- Inherited from:
- DBOperator
inline def pageMonad[T <: Tuple](query: SelectQuery[T, _])(pageSize: Int, pageNum: Int, queryCount: Boolean)(using logger: Logger): F[Page[ResultType[T]]]
Attributes
- Inherited from:
- DBOperator
inline def queryMonad[T <: Tuple](query: SelectQuery[T, _])(using logger: Logger): F[List[ResultType[T]]]
Attributes
- Inherited from:
- DBOperator
Attributes
- Inherited from:
- DBOperator
Attributes
- Inherited from:
- DBOperator
Attributes
- Inherited from:
- DBOperator
Attributes
- Inherited from:
- DBOperator