in scala/dbc/syntax/Statement
class SelectZygote

abstract class SelectZygote()
extends Object
with ScalaObject

Method Summary
  def fields(sdc: SelectDerivedColumns): SelectOf
abstract def setQuantifier: Option[SetQuantifier]

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getScalaType

Method Detail

setQuantifier

  abstract def setQuantifier: Option[SetQuantifier]

fields

  def fields(sdc: SelectDerivedColumns): SelectOf