DbSchema
Toggle table of contents
9.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DbSchema
DbSchema
/
com.wisecoders.dbs.diagram.model
/
Diagram
/
Companion
Companion
object
Companion
Members
Properties
default
Line
Text
Type
Link copied to clipboard
@
JvmStatic
var
defaultLineTextType
:
LineTextType
header
Y
Link copied to clipboard
@
JvmStatic
var
headerY
:
Double
MARKER_
FK
Link copied to clipboard
const
val
MARKER_FK
:
Int
=
1
MARKER_
REF
Link copied to clipboard
const
val
MARKER_REF
:
Int
=
2
MARKER_
UNLINKED
Link copied to clipboard
const
val
MARKER_UNLINKED
:
Int
=
4
Functions
find
Relations
With
Entity
Link copied to clipboard
fun
findRelationsWithEntity
(
fromEntity
:
Entity
,
toEntity
:
Entity
?
)
:
List
<
Relation
>