Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.database
/
DatabaseWrapped
Database
Wrapped
common
@
Serializable
data
class
DatabaseWrapped
(
val
tables
:
List
<
Table
>
,
val
name
:
String
)
Members
Constructors
Database
Wrapped
Link copied to clipboard
common
constructor
(
tables
:
List
<
Table
>
,
name
:
String
)
Properties
name
Link copied to clipboard
common
val
name
:
String
tables
Link copied to clipboard
common
val
tables
:
List
<
Table
>