DBType

org.squeryl.internals.DBType
case class DBType(declaration: String, explicit: Boolean) extends ColumnAttribute, AttributeValidOnNonNumericalColumn, AttributeValidOnNumericalColumn

Attributes

Source
ColumnAttribute.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
ColumnAttribute.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product