|
Scala
1.4.0.4 |
|||
Method Summary | |
final
|
def select: SelectZygote
|
final
|
def selectBag: SelectZygote
|
final
|
def selectSet: SelectZygote
|
final
|
def view(fv: StatementField): SelectDerivedField
|
final
|
def view(fv: String): SelectDerivedField
|
final
|
def view(sdf: SelectDerivedField): SelectDerivedColumns
|
final
|
def view(sdfs: String): SelectDerivedColumns
|
final
|
def view(sct: String): SelectSourceTable
|
final
|
def view(sct: Select): SelectSourceTable
|
final
|
def view(sct: String): SelectSourceTables
|
final
|
def view(sct: Select): SelectSourceTables
|
final
|
def view(sct: SelectSourceTable): SelectSourceTables
|
final
|
def view(sb: SelectBeyond): Select
|
final
|
def view(se: StatementExpression): SelectGroupBy
|
final
|
def view(se: String): SelectGroupBy
|
Class Summary | |
abstract
|
class SelectBeyond()
|
abstract
|
class SelectDerivedColumns()
|
abstract
|
class SelectDerivedField()
|
abstract
|
class SelectGroupBy()
|
abstract
|
class SelectOf()
|
abstract
|
class SelectSourceTable()
|
abstract
|
class SelectSourceTables()
|
abstract
|
class SelectZygote()
|
Method Detail |
final def select: SelectZygote
final def selectBag: SelectZygote
final def selectSet: SelectZygote
final def view(fv: StatementField): SelectDerivedField
final def view(fv: String): SelectDerivedField
final def view(sdf: SelectDerivedField): SelectDerivedColumns
final def view(sdfs: String): SelectDerivedColumns
final def view(sct: String): SelectSourceTable
final def view(sct: Select): SelectSourceTable
final def view(sct: String): SelectSourceTables
final def view(sct: Select): SelectSourceTables
final def view(sct: SelectSourceTable): SelectSourceTables
final def view(sb: SelectBeyond): Select
final def view(se: StatementExpression): SelectGroupBy
final def view(se: String): SelectGroupBy
|
Scala
1.4.0.4 |
|||