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
/
SchemaMapping
Schema
Mapping
class
SchemaMapping
Members
Constructors
Schema
Mapping
Link copied to clipboard
constructor
(
)
Properties
remote
Schema
Names
Link copied to clipboard
val
remoteSchemaNames
:
Set
<
String
>
Functions
add
Remote
Schema
Link copied to clipboard
fun
addRemoteSchema
(
schemaNameWithCatalog
:
String
)
clear
Remote
Schemas
Link copied to clipboard
fun
clearRemoteSchemas
(
)
get
Local
Schema
Link copied to clipboard
fun
getLocalSchema
(
project
:
Project
,
remoteSchemaRef
:
String
)
:
Schema
?
get
Remote
Schema
Name
Link copied to clipboard
fun
getRemoteSchemaName
(
localSchema
:
Schema
)
:
String
?
is
Remote
Schema
Mapped
Link copied to clipboard
fun
isRemoteSchemaMapped
(
project
:
Project
,
remoteSchema
:
Schema
)
:
Boolean
load
From
String
Link copied to clipboard
fun
loadFromString
(
map
:
String
?
)
local
Schema
Has
Custom
Mapping
Link copied to clipboard
fun
localSchemaHasCustomMapping
(
localSchema
:
Schema
)
:
Boolean
need
Edit
Link copied to clipboard
fun
needEdit
(
project
:
Project
)
:
Boolean
set
Mapping
Link copied to clipboard
fun
setMapping
(
localSchema
:
Schema
,
remoteSchemaRef
:
String
?
)
set
Remote
Schemas
Link copied to clipboard
fun
setRemoteSchemas
(
remoteSchemas
:
List
<
Schema
>
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String