scalasql.core.SqlStr
See theSqlStr companion object
class SqlStr(queryParts: Array[CharSequence], interps: Array[Interp], val isCompleteQuery: Boolean, referencedExprs: Array[Identity]) extends Renderable
A SQL query with interpolated ?
s expressions and the associated interpolated values, of type Interp. Accumulates SQL snippets, parameters, and referenced expressions in a tree structure to minimize copying overhead, until SqlStr.flatten is called to convert it into a SqlStr.Flattened
Attributes
Members list
In this article