StatementPreparator

usql.StatementPreparator
See theStatementPreparator companion object

Hook for changing the preparation of SQL.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object default

Members list

Value members

Abstract methods

def prepare(connection: Connection, sql: String): PreparedStatement