Odysseus has a large set of build in datatypes that can be extended by other plugins.

The set of default datatypes is:

  • String
  • DString
  • Document
  • Long
  • Integer
  • UnsignedInt16
  • Byte
  • Char
  • Float
  • Double
  • Date
  • Period
  • Duration
  • Boolean
  • Short
  • BitVector
  • ByteBuffer
  • HexString
  • Command
  • StartTimestamp
  • StartTimestampString
  • EndTimestamp
  • EndTimestampString
  • PointInTime
  • List<*>
  • Matrix
  • MatrixByte
  • MatrixShort
  • MatrixLong
  • Vector
  • VectorByte
  • VectorShort
  • VectorLong
  • Object

See plugin description for further datatypes like images etc.


  • No labels