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
/
TreeUnit
Tree
Unit
interface
TreeUnit
Inheritors
Folder
AbstractUnit
Attribute
Callout
Entity
Relation
ToolUnit
DbUnit
Members
Properties
children
Link copied to clipboard
abstract
val
children
:
List
<
TreeUnit
>
comment
Link copied to clipboard
abstract
var
comment
:
String
?
comment
Tags
Link copied to clipboard
abstract
val
commentTags
:
Map
<
String
,
String
>
is
Marked
For
Deletion
Link copied to clipboard
abstract
val
isMarkedForDeletion
:
Boolean
is
Virtual
Link copied to clipboard
abstract
var
isVirtual
:
Boolean
mutated
At
Link copied to clipboard
abstract
var
mutatedAt
:
Long
name
Link copied to clipboard
abstract
val
name
:
String
parent
Link copied to clipboard
abstract
val
parent
:
TreeUnit
?
symbolic
Name
Link copied to clipboard
abstract
val
symbolicName
:
String
Functions
get
By
Name
Link copied to clipboard
abstract
fun
getByName
(
name
:
String
)
:
TreeUnit
?
get
Display
Name
Link copied to clipboard
abstract
fun
getDisplayName
(
diagram
:
Diagram
)
:
String
mark
For
Deletion
Link copied to clipboard
abstract
fun
markForDeletion
(
)
ref
Link copied to clipboard
abstract
fun
ref
(
)
:
String
set
Comment
Tag
Link copied to clipboard
abstract
fun
setCommentTag
(
key
:
String
,
value
:
String
?
)