in scala.dbc.syntax.Statement
class SelectSourceTable

abstract class SelectSourceTable
extends java.lang.Object
with ScalaObject

Constructor Summary
def this



Def Summary
def fromRelation : Relation

def fullOuterJoin ( sst : SelectSourceTable ) : SelectSourceTable

def innerJoin ( sst : SelectSourceTable ) : SelectSourceTable

def leftOuterJoin ( sst : SelectSourceTable ) : SelectSourceTable

def rightOuterJoin ( sst : SelectSourceTable ) : SelectSourceTable



Constructor Detail
def this

Def Detail
def fromRelation : Relation

def fullOuterJoin ( sst : SelectSourceTable ) : SelectSourceTable

def innerJoin ( sst : SelectSourceTable ) : SelectSourceTable

def leftOuterJoin ( sst : SelectSourceTable ) : SelectSourceTable

def rightOuterJoin ( sst : SelectSourceTable ) : SelectSourceTable