Sql

final case class Sql(raw: String, arguments: Arguments)

Some SQL, parameterised with some Arguments.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +(that: Sql): Sql
def append(that: Sql): Sql
def asInsertStatement[A](implicit toArguments: ToArguments[A]): InsertStatement[A]
def asQueryStatement[A](implicit fromResultSet: FromResultSet[A]): QueryStatement[A]
def prepend(that: Sql): Sql

Inherited methods

Inherited from:
Product