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
/
CommentTag
Comment
Tag
class
CommentTag
(
val
name
:
String
,
appliesTo
:
String
?
)
Members
Constructors
Comment
Tag
Link copied to clipboard
constructor
(
name
:
String
,
appliesTo
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
applies
To
Link copied to clipboard
val
appliesTo
:
String
comma
Separated
Values
Or
Groovy
Script
Link copied to clipboard
var
commaSeparatedValuesOrGroovyScript
:
String
?
is
For
Entity
Link copied to clipboard
val
isForEntity
:
SimpleBooleanProperty
is
For
Field
Link copied to clipboard
val
isForField
:
SimpleBooleanProperty
is
For
Index
Link copied to clipboard
val
isForIndex
:
SimpleBooleanProperty
is
For
Project
Link copied to clipboard
val
isForProject
:
SimpleBooleanProperty
is
For
Relation
Link copied to clipboard
val
isForRelation
:
SimpleBooleanProperty
is
For
Subject
Area
Link copied to clipboard
val
isForSubjectArea
:
SimpleBooleanProperty
name
Link copied to clipboard
val
name
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String