SystemCore
Toggle table of contents
2.1.3
jvm
Platform filter
jvm
Switch theme
Search in API
SystemCore
SystemCore
/
com.system32.systemCore.database.table
/
Column
Column
data
class
Column
(
val
name
:
String
,
val
type
:
ColumnType
,
val
flags
:
Set
<
ColumnFlag
>
)
Members
Constructors
Column
Link copied to clipboard
constructor
(
name
:
String
,
type
:
ColumnType
,
flags
:
Set
<
ColumnFlag
>
)
Properties
flags
Link copied to clipboard
val
flags
:
Set
<
ColumnFlag
>
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
ColumnType