AppliedSql
usql.AppliedSql
case class AppliedSql[T](base: SqlBase, parameter: T, rowEncoder: RowEncoder[T]) extends SqlBase
With supplied arguments
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlBaseclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
override def withPreparedStatement[T](f: PreparedStatement => T)(using cp: ConnectionProvider, sp: StatementPreparator): T
Prepares a statement which can then be further filled or executed.
Prepares a statement which can then be further filled or executed.
Attributes
- Definition Classes
Inherited methods
Turns into a batch operation
Raw Executes this statement.
Turns into a update on one value set.
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article