|
Scala
1.4.0.4 |
|||
Method Summary | |
abstract
|
def fieldName: String
|
def in(tn: String): StatementField
|
|
def in(se: Select): StatementExpression
|
|
def tableName: Option[String]
|
|
def toStatement: Field
|
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Methods inherited from scala/dbc/syntax/StatementExpression-class |
%, *, +, -, /, <, <=, <>, ==, >, >=, ^, and, in, isNotNull, isNull, like, not, or, similar, || |
Method Detail |
abstract def fieldName: String
def tableName: Option[String]
def in(tn: String): StatementField
def in(se: Select): StatementExpression
def toStatement: Field
|
Scala
1.4.0.4 |
|||