Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.database
/
Table
Table
common
@
Serializable
data
class
Table
(
val
name
:
String
,
val
rowCount
:
Int
,
val
columnCount
:
Int
)
Members
Constructors
Table
Link copied to clipboard
common
constructor
(
name
:
String
,
rowCount
:
Int
,
columnCount
:
Int
)
Properties
column
Count
Link copied to clipboard
common
val
columnCount
:
Int
name
Link copied to clipboard
common
val
name
:
String
row
Count
Link copied to clipboard
common
val
rowCount
:
Int