TableField

case class TableField[T](fieldName: String, tableName: String, fieldType: TableFieldType) extends SqlExpr[T]
trait Serializable
trait Product
trait Equals
trait SqlExpr[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

inline def eql[THAT <: T](that: TableField[THAT]): Condition
def toSql: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product