|
Scala Library Documentation
|
|
abstract
class
StatementField
extends StatementExpression| Method Summary | |
abstract def
|
fieldName : String |
def
|
in (tn : String) : StatementField |
def
|
tableName : Option[String] |
def
|
toStatement : Field |
| Methods inherited from StatementExpression | |
| and, or, ==, <, >, <=, >=, <>, isNull, isNotNull, +, -, *, /, %, ^, not, ||, like, similar, in |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
abstract
def
fieldName : String
def
in(tn : String) : StatementField
def
toStatement : Field
|
Scala Library Documentation
|
|