in scala/dbc/syntax/StatementExpression
class StatementField

abstract class StatementField()
extends StatementExpression
with ScalaObject

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

fieldName

  abstract def fieldName: String

tableName

  def tableName: Option[String]

in

  def in(tn: String): StatementField

in

  def in(se: Select): StatementExpression

toStatement

  def toStatement: Field