ExprsToSql

scalasql.core.ExprsToSql
object ExprsToSql

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ExprsToSql.type

Members list

Value members

Concrete methods

def apply(walked: Walked, context: Context, prefix: SqlStr): SqlStr
def booleanExprs(prefix: SqlStr, exprs: Seq[Expr[_]])(implicit ctx: Context): SqlStr
def selectColumnReferences(walked: Walked, ctx: Context): Seq[(Identity, SqlStr)]
def selectColumnSql(walked: Walked, ctx: Context): Seq[(String, SqlStr)]