case class Column(path: GlobalName, mathType: Term, codec: Term, dbtype: Type[_], foreignKey: Option[MPath], opaque: Boolean, isDisplayedByDefault: Boolean, collection: Option[CollectionInfo]) extends Product with Serializable
- path
the MMT name of the column
- mathType
the mathematical type of the column
- codec
the codec expression for en/de-coding functions between them
- dbtype
database type
- opaque
no meaningful operations on column except for (in)equality (annotated in schema)
- isDisplayedByDefault
(annotated in schema) whether the column gets displayed in the default view of the result set later we could add: displayName, description
- collection
if the column is an index column of a collection, this parameter holds the collection metadata The primary key is generated separately. The column is anullable if it is not the primaryKey
- Source
- Syntax.scala
- Alphabetic
- By Inheritance
- Column
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Column(path: GlobalName, mathType: Term, codec: Term, dbtype: Type[_], foreignKey: Option[MPath], opaque: Boolean, isDisplayedByDefault: Boolean, collection: Option[CollectionInfo])
- path
the MMT name of the column
- mathType
the mathematical type of the column
- codec
the codec expression for en/de-coding functions between them
- dbtype
database type
- opaque
no meaningful operations on column except for (in)equality (annotated in schema)
- isDisplayedByDefault
(annotated in schema) whether the column gets displayed in the default view of the result set later we could add: displayName, description
- collection
if the column is an index column of a collection, this parameter holds the collection metadata The primary key is generated separately. The column is anullable if it is not the primaryKey
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val codec: Term
- val collection: Option[CollectionInfo]
- val dbtype: Type[_]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val foreignKey: Option[MPath]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val isDisplayedByDefault: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mathType: Term
-
def
name: String
the db name of the column
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val opaque: Boolean
- val path: GlobalName
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()