Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.database
/
SchemaItem
Schema
Item
common
@
Serializable
data
class
SchemaItem
(
val
name
:
String
,
val
isPrimary
:
Boolean
,
val
isNullable
:
Boolean
,
val
type
:
SQLiteColumnType
)
Members
Constructors
Schema
Item
Link copied to clipboard
common
constructor
(
name
:
String
,
isPrimary
:
Boolean
,
isNullable
:
Boolean
,
type
:
SQLiteColumnType
)
Properties
is
Nullable
Link copied to clipboard
common
val
isNullable
:
Boolean
is
Primary
Link copied to clipboard
common
val
isPrimary
:
Boolean
name
Link copied to clipboard
common
val
name
:
String
type
Link copied to clipboard
common
val
type
:
SQLiteColumnType