Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TableColumnType

Index

Enumeration members

Enumeration members

BOOLEAN

BOOLEAN:

A boolean (true / false)

DOUBLE

DOUBLE:

A double-precision 64-bit floating point number

INTEGER

INTEGER:

A 32-bit integer(-2147483648 - 2147483647)

LONG

LONG:

A 64-bit integer (-9223372036854775808 - 9223372036854775807)

STRING

STRING:

A string

Generated using TypeDoc