Sql
usql.Sql
case class Sql(parts: Seq[(String, SqlInterpolationParameter)]) extends SqlBase
SQL with already embedded parameters.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlBaseclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
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