ExceptQuerySQLBuilder

scalikejdbc.QueryDSLFeature.ExceptQuerySQLBuilder
trait ExceptQuerySQLBuilder[A] extends SQLBuilder[A]

Except query builder

Attributes

Source
QueryDSLFeature.scala
Graph
Supertypes
trait SQLBuilder[A]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def except(anotherQuery: SQLSyntax): PagingSQLBuilder[A]

Attributes

Source
QueryDSLFeature.scala
def except(anotherQuery: SQLBuilder[_]): PagingSQLBuilder[A]

Attributes

Source
QueryDSLFeature.scala
def exceptAll(anotherQuery: SQLSyntax): PagingSQLBuilder[A]

Attributes

Source
QueryDSLFeature.scala
def exceptAll(anotherQuery: SQLBuilder[_]): PagingSQLBuilder[A]

Attributes

Source
QueryDSLFeature.scala

Inherited methods

def append(part: SQLSyntax): SQLBuilder[A]

Attributes

Inherited from:
SQLBuilder
Source
QueryDSLFeature.scala
def sql: SQLSyntax

Attributes

Inherited from:
SQLBuilder
Source
QueryDSLFeature.scala
def toSQL: SQL[A, NoExtractor]

Attributes

Inherited from:
SQLBuilder
Source
QueryDSLFeature.scala

Attributes

Inherited from:
SQLBuilder
Source
QueryDSLFeature.scala