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
/
Entity
Entity
interface
Entity
:
TreeUnit
Inheritors
AbstractTable
Shape
UserDataType
Members
Properties
attributes
Link copied to clipboard
abstract
val
attributes
:
List
<
Attribute
>
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
>
imported
Relations
Link copied to clipboard
abstract
val
importedRelations
:
List
<
Relation
>
is
Marked
For
Deletion
Link copied to clipboard
abstract
val
isMarkedForDeletion
:
Boolean
is
View
Link copied to clipboard
abstract
val
isView
:
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
override
val
name
:
String
name
With
Schema
Name
Link copied to clipboard
abstract
val
nameWithSchemaName
:
String
parent
Link copied to clipboard
abstract
val
parent
:
TreeUnit
?
relations
Link copied to clipboard
abstract
val
relations
:
List
<
Relation
>
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
refresh
Link copied to clipboard
abstract
fun
refresh
(
)
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
?
)