toggle menu
micro_utils.dokka
0.23.0
android
switch theme
search in API
micro_utils.dokka
/
dev.inmo.micro_utils.repos
/
ColumnType
/
Numeric
Numeric
android
sealed
class
Numeric
:
ColumnType
(
source
)
Inheritors
INTEGER
DOUBLE
Members
Types
DOUBLE
Link copied to clipboard
android
class
DOUBLE
(
autoincrement
:
Boolean
=
false
,
primaryKey
:
Boolean
=
false
,
nullable
:
Boolean
=
false
)
:
ColumnType.Numeric
INTEGER
Link copied to clipboard
android
class
INTEGER
(
autoincrement
:
Boolean
=
false
,
primaryKey
:
Boolean
=
false
,
nullable
:
Boolean
=
false
)
:
ColumnType.Numeric
Properties
as
Type
Link copied to clipboard
android
open
override
val
asType
:
String
Functions
to
String
Link copied to clipboard
android
open
override
fun
toString
(
)
:
String