SqlBase
usql.SqlBase
trait SqlBase
Something which can create prepared statements.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Abstract methods
def withPreparedStatement[T](f: PreparedStatement => T)(using cp: ConnectionProvider, prep: 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
Concrete methods
Turns into a batch operation
Turns into a batch operation
Attributes
Raw Executes this statement.
Raw Executes this statement.
Attributes
Turns into a update on one value set.
Turns into a update on one value set.
Attributes
In this article