|
Scala 2.3.3.10048
|
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 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