jdbcTransaction
easysql.database.JdbcTransaction$.jdbcTransaction$
object jdbcTransaction extends DBOperator[JdbcTransaction, Id]
Attributes
- Graph
-
- Supertypes
- Self type
-
jdbcTransaction.type
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- DBOperator
inline def findMonad[T <: Tuple](x: JdbcTransaction, query: Select[T, _])(using logger: Logger): F[Option[ResultType[T]]]
Attributes
- Inherited from:
- DBOperator
inline def pageMonad[T <: Tuple](x: JdbcTransaction, query: Select[T, _])(pageSize: Int, pageNumber: Int, queryCount: Boolean)(using logger: Logger): F[Page[ResultType[T]]]
Attributes
- Inherited from:
- DBOperator
inline def queryMonad[T <: Tuple](x: JdbcTransaction, query: NativeSql)(using logger: Logger): F[List[ResultType[T]]]
Attributes
- Inherited from:
- DBOperator
inline def queryMonad[T <: Tuple](x: JdbcTransaction, query: With[T])(using logger: Logger): F[List[ResultType[T]]]
Attributes
- Inherited from:
- DBOperator
inline def queryMonad[T <: Tuple](x: JdbcTransaction, query: MonadicQuery[T, _])(using logger: Logger): F[List[ResultType[T]]]
Attributes
- Inherited from:
- DBOperator
inline def queryMonad[T <: Tuple](x: JdbcTransaction, query: Query[T, _])(using logger: Logger): F[List[ResultType[T]]]
Attributes
- Inherited from:
- DBOperator
inline def querySkipNoneRowsMonad[T](x: JdbcTransaction, query: NativeSql)(using logger: Logger): F[List[T]]
Attributes
- Inherited from:
- DBOperator
inline def querySkipNoneRowsMonad[T](x: JdbcTransaction, query: With[(T)])(using logger: Logger): F[List[T]]
Attributes
- Inherited from:
- DBOperator
inline def querySkipNoneRowsMonad[T](x: JdbcTransaction, query: MonadicQuery[(T), _])(using logger: Logger): F[List[T]]
Attributes
- Inherited from:
- DBOperator
inline def querySkipNoneRowsMonad[T](x: JdbcTransaction, query: Query[(T), _])(using logger: Logger): F[List[T]]
Attributes
- Inherited from:
- DBOperator
def runAndReturnKeyMonad(x: JdbcTransaction, query: Insert[_, _])(using logger: Logger): F[List[Long]]
Attributes
- Inherited from:
- DBOperator
Attributes
- Inherited from:
- DBOperator
In this article