PowerSync Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PowerSync Kotlin
PowerSync Core
/
com.powersync.db.schema
/
Column
/
Companion
Companion
object
Companion
Members
Functions
integer
Link copied to clipboard
fun
integer
(
name
:
String
)
:
Column
Create an INTEGER column.
real
Link copied to clipboard
fun
real
(
name
:
String
)
:
Column
Create a REAL column.
text
Link copied to clipboard
fun
text
(
name
:
String
)
:
Column
Create a TEXT column.