toggle menu
Stitch
jvm
switch theme
search in API
codegen
/
dev.teogor.stitch.codegen.model
/
DatabaseModel
Database
Model
data
class
DatabaseModel
(
val
entities
:
List
<
TypeName
>
,
val
type
:
TypeName
,
val
functions
:
List
<
FunctionKind
>
)
Members
Constructors
Database
Model
Link copied to clipboard
constructor
(
entities
:
List
<
TypeName
>
,
type
:
TypeName
,
functions
:
List
<
FunctionKind
>
)
Properties
entities
Link copied to clipboard
val
entities
:
List
<
TypeName
>
functions
Link copied to clipboard
val
functions
:
List
<
FunctionKind
>
type
Link copied to clipboard
val
type
:
TypeName