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.schema
/
DbUnit
Db
Unit
interface
DbUnit
:
TreeUnit
Inheritors
Column
Constraint
ForeignKey
Function
Index
Procedure
Schema
Sequence
Table
Trigger
UserDataType
View
Members
Types
Companion
Link copied to clipboard
object
Companion
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
Db
Id
Link copied to clipboard
abstract
fun
getDbId
(
)
:
String
get
Display
Name
Link copied to clipboard
abstract
fun
getDisplayName
(
diagram
:
Diagram
)
:
String
get
Schema
Link copied to clipboard
abstract
fun
getSchema
(
)
:
Schema
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
?
)