withSQL

scalikejdbc.QueryDSLFeature.withSQL
object withSQL

withSQL clause which returns SQL[A, NoExtractor] from SQLBuilder.

Attributes

Source
QueryDSLFeature.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
withSQL.type

Members list

Value members

Concrete methods

def apply[A](builder: SQLBuilder[A]): SQL[A, NoExtractor]

Attributes

Source
QueryDSLFeature.scala