DbSchema
Toggle table of contents
10.0.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DbSchema
DbSchema
/
com.wisecoders.dbs.diagram.model
/
Folder
/
Folder
Folder
constructor
(
name
:
String
,
childrenName
:
String
,
parent
:
AbstractUnit
?
,
childClass
:
Class
<
T
>
,
ordered
:
Boolean
=
true
)
constructor
(
childrenName
:
String
,
parent
:
AbstractUnit
,
childClass
:
Class
<
T
>
)