scalasql.core.SqlStr
See theSqlStr companion class
object SqlStr
Attributes
Members list
Type members
Classlikes
Represents a SqlStr that has been flattened out into a single set of parallel arrays, allowing you to render it or otherwise make use of its data.
Represents a SqlStr that has been flattened out into a single set of parallel arrays, allowing you to render it or otherwise make use of its data.
Attributes
- Supertypes
object Interp
Something that can be interpolated into a SqlStr.
Something that can be interpolated into a SqlStr.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SqlStrInterpclass TypeInterp[T]
object Renderable
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Renderable.type
trait Renderable
Value members
Concrete methods
Flattens out a SqlStr into a single flattened SqlStr.Flattened object, at which point you can use its queryParts
, params
, referencedExprs
, etc.
Flattens out a SqlStr into a single flattened SqlStr.Flattened object, at which point you can use its queryParts
, params
, referencedExprs
, etc.
Attributes
Implicits
Implicits
In this article