in scala/dbc/syntax/Statement
class SelectSourceTable

abstract class SelectSourceTable()
extends Object
with ScalaObject

Method Summary
abstract def fromRelation: Relation
  def fullOuterJoin(sst: SelectSourceTable): SelectSourceTable
  def innerJoin(sst: SelectSourceTable): SelectSourceTable
  def leftOuterJoin(sst: SelectSourceTable): SelectSourceTable
  def rightOuterJoin(sst: SelectSourceTable): SelectSourceTable

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

fromRelation

  abstract def fromRelation: Relation

innerJoin

  def innerJoin(sst: SelectSourceTable): SelectSourceTable

leftOuterJoin

  def leftOuterJoin(sst: SelectSourceTable): SelectSourceTable

rightOuterJoin

  def rightOuterJoin(sst: SelectSourceTable): SelectSourceTable

fullOuterJoin

  def fullOuterJoin(sst: SelectSourceTable): SelectSourceTable