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
/
Attribute
Attribute
interface
Attribute
:
TreeUnit
Inheritors
Column
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
associated
Sequence
Link copied to clipboard
abstract
val
associatedSequence
:
Sequence
?
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
>
content
Type
Link copied to clipboard
abstract
var
contentType
:
AttributeContentType
data
Type
Link copied to clipboard
abstract
val
dataType
:
DataType
entity
Link copied to clipboard
abstract
val
entity
:
Entity
is
Collapsable
Link copied to clipboard
abstract
val
isCollapsable
:
Boolean
is
Mandatory
Link copied to clipboard
abstract
val
isMandatory
:
Boolean
is
Marked
For
Deletion
Link copied to clipboard
abstract
val
isMarkedForDeletion
:
Boolean
is
Selectable
Link copied to clipboard
abstract
val
isSelectable
:
Boolean
is
Ticked
Link copied to clipboard
abstract
var
isTicked
:
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
name
With
Path
Link copied to clipboard
abstract
val
nameWithPath
:
String
?
parent
Link copied to clipboard
abstract
val
parent
:
TreeUnit
?
parent
Attribute
Link copied to clipboard
abstract
val
parentAttribute
:
Attribute
?
spec
Link copied to clipboard
abstract
val
spec
:
AttributeSpec
?
sub
Attributes
Link copied to clipboard
abstract
val
subAttributes
:
List
<
Attribute
>
?
symbolic
Name
Link copied to clipboard
abstract
val
symbolicName
:
String
to
Do
Link copied to clipboard
abstract
val
toDo
:
ToDoFlag
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
get
Type
String
Link copied to clipboard
abstract
fun
getTypeString
(
usage
:
DataTypeFormat
)
:
String
has
Marker
Link copied to clipboard
abstract
fun
hasMarker
(
marker
:
Int
)
:
Boolean
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
?
)