in scala.dbc.syntax.Statement
class SelectSourceTable

abstract class SelectSourceTable
extends java.lang.Object
with scala.ScalaObject

Constructor Summary
def this

Def Summary
abstract def fromRelation : scala.dbc.statement.Relation

def fullOuterJoin (sst: Statement.this.SelectSourceTable) : Statement.this.SelectSourceTable

def innerJoin (sst: Statement.this.SelectSourceTable) : Statement.this.SelectSourceTable

def leftOuterJoin (sst: Statement.this.SelectSourceTable) : Statement.this.SelectSourceTable

def rightOuterJoin (sst: Statement.this.SelectSourceTable) : Statement.this.SelectSourceTable

Constructor Detail
def this

Def Detail
abstract def fromRelation : scala.dbc.statement.Relation

def fullOuterJoin (sst: Statement.this.SelectSourceTable): Statement.this.SelectSourceTable

def innerJoin (sst: Statement.this.SelectSourceTable): Statement.this.SelectSourceTable

def leftOuterJoin (sst: Statement.this.SelectSourceTable): Statement.this.SelectSourceTable

def rightOuterJoin (sst: Statement.this.SelectSourceTable): Statement.this.SelectSourceTable