SqlStr

dataprism.sql.SqlStr
See theSqlStr companion object
case class SqlStr[+Type[_]](str: String, args: Seq[SqlArg[Type]])

Attributes

Companion
object
Source
SqlStr.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
SqlStr.scala

Attributes

Source
SqlStr.scala
def stripMargin: SqlStr[Type]

Attributes

Source
SqlStr.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product