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.dbms
/
Dbms
/
SchemaCatalogEntry
Schema
Catalog
Entry
class
SchemaCatalogEntry
(
val
schemaName
:
String
,
val
catalogName
:
String
?
)
Members
Constructors
Schema
Catalog
Entry
Link copied to clipboard
constructor
(
schemaName
:
String
,
catalogName
:
String
?
)
Properties
catalog
Name
Link copied to clipboard
val
catalogName
:
String
?
comment
Link copied to clipboard
var
comment
:
String
?
schema
Name
Link copied to clipboard
val
schemaName
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String