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
/
ToolUnit
Tool
Unit
interface
ToolUnit
:
TreeUnit
Inheritors
Script
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
Confirmed
Link copied to clipboard
abstract
var
isConfirmed
:
Boolean
is
Marked
For
Deletion
Link copied to clipboard
abstract
val
isMarkedForDeletion
:
Boolean
is
Virtual
Link copied to clipboard
abstract
var
isVirtual
:
Boolean
layout
Link copied to clipboard
abstract
val
layout
:
Layout
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
rename
Link copied to clipboard
abstract
fun
rename
(
newName
:
String
)
:
Boolean
set
Comment
Tag
Link copied to clipboard
abstract
fun
setCommentTag
(
key
:
String
,
value
:
String
?
)