PowerSync Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PowerSync Kotlin
PowerSync Core
/
com.powersync.db.schema
/
Column
Column
data
class
Column
(
val
name
:
String
,
val
type
:
ColumnType
)
A single column in a table schema.
Members
Constructors
Column
Link copied to clipboard
constructor
(
name
:
String
,
type
:
ColumnType
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
ColumnType