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
/
Expose
Expose
class
Expose
:
HashMap
<
String
?
,
Any
?
>
Container for the parameters used to generate the HTML5 and PDF documentation.
Members
Constructors
Expose
Link copied to clipboard
constructor
(
file
:
File
,
project
:
Project
,
layouts
:
List
<
Layout
>
)
constructor
(
file
:
File
,
layout
:
Layout
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
dbms
Link copied to clipboard
val
dbms
:
ERROR CLASS: Symbol not found for DbmsDef
entries
Link copied to clipboard
open
val
entries
:
MutableSet
<
MutableMap.MutableEntry
<
String
?
,
Any
?
>
>
file
Link copied to clipboard
val
file
:
File
is
Empty
Link copied to clipboard
open
override
val
isEmpty
:
Boolean
keys
Link copied to clipboard
open
val
keys
:
MutableSet
<
String
?
>
layouts
Link copied to clipboard
val
layouts
:
MutableSet
<
Layout
>
notation
Link copied to clipboard
var
notation
:
ERROR CLASS: Symbol not found for Notation
project
Link copied to clipboard
val
project
:
Project
size
Link copied to clipboard
open
val
size
:
Int
values
Link copied to clipboard
open
val
values
:
MutableCollection
<
Any
?
>
Functions
clear
Link copied to clipboard
open
fun
clear
(
)
clone
Link copied to clipboard
open
fun
clone
(
)
:
Any
contains
Key
Link copied to clipboard
open
fun
containsKey
(
key
:
String
?
)
:
Boolean
contains
Value
Link copied to clipboard
open
fun
containsValue
(
value
:
Any
?
)
:
Boolean
get
Link copied to clipboard
open
operator
fun
get
(
key
:
String
?
)
:
Any
?
get
Boolean
Link copied to clipboard
fun
getBoolean
(
key
:
String
,
defaultValue
:
Boolean
)
:
Boolean
get
Int
Link copied to clipboard
fun
getInt
(
key
:
String
,
defaultValue
:
Int
)
:
Int
get
String
Link copied to clipboard
fun
getString
(
key
:
String
)
:
String
?
fun
getString
(
key
:
String
,
defaultValue
:
String
)
:
String
is
Set
Link copied to clipboard
fun
isSet
(
key
:
String
)
:
Boolean
put
Link copied to clipboard
open
fun
put
(
key
:
String
?
,
value
:
Any
?
)
:
Any
?
put
All
Link copied to clipboard
open
fun
putAll
(
m
:
Map
<
out
String
?
,
out
Any
?
>
)
unit
Comments
Link copied to clipboard
fun
unitComments
(
unit
:
AbstractUnit
)
:
String