KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.app.dist.config
/
DbSource
Db
Source
@
Serializable
sealed
class
DbSource
(
source
)
What to read from the database: a whole table, or the result of a query.
Inheritors
Table
Query
Members
Constructors
Db
Source
Link copied to clipboard
protected
constructor
(
)
Types
Query
Link copied to clipboard
@
Serializable
data
class
Query
(
val
sql
:
String
)
:
DbSource
Table
Link copied to clipboard
@
Serializable
data
class
Table
(
val
name
:
String
)
:
DbSource