SqlStr

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

Companion
object
Graph
Supertypes
trait Renderable
class Object
trait Matchable
class Any
Known subtypes
class Flattened

Members list

Value members

Concrete methods

def +(other: SqlStr): SqlStr
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def withCompleteQuery(v: Boolean): SqlStr

Concrete fields

val isCompleteQuery: Boolean