Scala Library Documentation
|
|
object
StatementExpression
extends
AnyRefMethod Summary | |
def
|
abs (se : StatementExpression) : StatementExpression |
def
|
exists (se : Select) : StatementExpression |
def
|
not (se : StatementExpression) : StatementExpression |
implicit def
|
stringToStatementField (ef : java.lang.String) : StatementField |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Class Summary | |
abstract class
|
StatementField
extends StatementExpression
|
Method Details |
def
not(se : StatementExpression) : StatementExpression
def
abs(se : StatementExpression) : StatementExpression
def
exists(se : Select) : StatementExpression
implicit
def
stringToStatementField(ef : java.lang.String) : StatementField
Scala Library Documentation
|
|