SystemCore
Toggle table of contents
1.7.4
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
:
TableData
,
val
flags
:
Set
<
TableFlag
>
)
Members
Constructors
Column
Link copied to clipboard
constructor
(
name
:
String
,
type
:
TableData
,
flags
:
Set
<
TableFlag
>
)
Properties
flags
Link copied to clipboard
val
flags
:
Set
<
TableFlag
>
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
TableData