11<!DOCTYPE html>
2- < html class ="no-js ">
2+ < html class ="no-js " lang =" en " >
33< head >
44 < meta name ="viewport " content ="width=device-width, initial-scale=1 " charset ="UTF-8 ">
55 < title > DBConfig</ title >
66 < link href ="../../../images/logo-icon.svg " rel ="icon " type ="image/svg ">
7- < script > var pathToRoot = "../../../" ; </ script >
8- < script > document . documentElement . classList . replace ( "no-js" , "js" ) ; </ script >
7+ < script > var pathToRoot = "../../../" ; </ script >
8+ < script > document . documentElement . classList . replace ( "no-js" , "js" ) ; </ script >
99 < script > const storage = localStorage . getItem ( "dokka-dark-mode" )
10- if ( storage == null ) {
10+ if ( storage == null ) {
1111 const osDarkSchemePreferred = window . matchMedia && window . matchMedia ( '(prefers-color-scheme: dark)' ) . matches
1212 if ( osDarkSchemePreferred === true ) {
13- document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
13+ document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
1414 }
15- } else {
15+ } else {
1616 const savedDarkMode = JSON . parse ( storage )
17- if ( savedDarkMode === true ) {
18- document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
17+ if ( savedDarkMode === true ) {
18+ document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
1919 }
20- }
20+ }
2121 </ script >
2222< script type ="text/javascript " src ="https://unpkg.com/kotlin-playground@1/dist/playground.min.js " async ="async "> </ script >
2323< script type ="text/javascript " src ="../../../scripts/sourceset_dependencies.js " async ="async "> </ script >
2424< link href ="../../../styles/style.css " rel ="Stylesheet ">
2525< link href ="../../../styles/main.css " rel ="Stylesheet ">
2626< link href ="../../../styles/prism.css " rel ="Stylesheet ">
2727< link href ="../../../styles/logo-styles.css " rel ="Stylesheet ">
28- < link href ="../../../styles/font-jb-sans-auto.css " rel ="Stylesheet ">
2928< link href ="../../../ui-kit/ui-kit.min.css " rel ="Stylesheet ">
30- < script type ="text/javascript " src ="../../../scripts/clipboard .js " async =" async "> </ script >
29+ < script type ="text/javascript " src ="../../../scripts/safe-local-storage_blocking .js "> </ script >
3130< script type ="text/javascript " src ="../../../scripts/navigation-loader.js " async ="async "> </ script >
3231< script type ="text/javascript " src ="../../../scripts/platform-content-handler.js " async ="async "> </ script >
3332< script type ="text/javascript " src ="../../../scripts/main.js " defer ="defer "> </ script >
3433< script type ="text/javascript " src ="../../../scripts/prism.js " async ="async "> </ script >
3534< script type ="text/javascript " src ="../../../ui-kit/ui-kit.min.js " defer ="defer "> </ script >
36- < script type ="text/javascript " src ="../../../scripts/symbol-parameters-wrapper_deferred.js " defer ="defer "> </ script >
3735</ head >
3836< body >
39- < div class ="root ">
40- < nav class ="navigation theme-dark " id ="navigation-wrapper ">
41- < a class ="library-name--link " href ="../../../index.html ">
37+ < div class ="root ">
38+ < header class ="navigation theme-dark " id ="navigation-wrapper " role =" banner ">
39+ < a class ="library-name--link " href ="../../../index.html " tabindex =" 1 " >
4240 codemc-api
4341 </ a >
4442 < button class ="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only " id ="toc-toggle "
4543 type ="button "> Toggle table of contents
4644 </ button >
4745 < div class ="navigation-controls--break ui-kit_mobile-only "> </ div >
4846 < div class ="library-version " id ="library-version ">
49- 1.2.2 </ div >
47+ 1.2.3 </ div >
5048 < div class ="navigation-controls ">
51- < div class ="filter-section filter-section_loading " id ="filter-section ">
52- < button class ="platform-tag platform-selector jvm-like " data-active =""
49+ < ul class ="filter-section filter-section_loading " id ="filter-section " aria-label =" Target filter ">
50+ < button class ="platform-tag platform-selector jvm-like " data-active ="" aria-pressed =" true "
5351 data-filter =":/main "> jvm</ button >
5452 < div class ="dropdown filter-section--dropdown " data-role ="dropdown " id ="filter-section-dropdown ">
5553 < button class ="button button_dropdown filter-section--dropdown-toggle " role ="combobox "
5957 aria-expanded ="false "
6058 aria-label ="Toggle source sets "
6159 > </ button >
62- < ul role ="listbox " id ="platform-tags-listbox " class ="dropdown--list " data-role ="dropdown-listbox ">
63- < div class ="dropdown--header "> < span > Platform filter</ span >
64- < button class ="button " data-role ="dropdown-toggle " aria-label ="Close platform filter ">
60+ < ul role ="listbox " id ="platform-tags-listbox " class ="dropdown--list " data-role ="dropdown-listbox " aria-label =" Target filter " >
61+ < div class ="dropdown--header "> < span > Target filter</ span >
62+ < button class ="button " data-role ="dropdown-toggle " aria-label ="Close target filter ">
6563 < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
6664 </ button >
6765 </ div >
7674 </ ul >
7775 < div class ="dropdown--overlay "> </ div >
7876 </ div >
79- </ div >
77+ </ ul >
8078 < button class ="navigation-controls--btn navigation-controls--btn_theme " id ="theme-toggle-button "
8179 type ="button "> Switch theme
8280 </ button >
8381 < div class ="navigation-controls--btn navigation-controls--btn_search " id ="searchBar " role ="button "> Search in
8482 API
8583 </ div >
8684 </ div >
87- </ nav >
88- < div id ="container ">
89- < div class ="sidebar " id ="leftColumn ">
90- < div class ="dropdown theme-dark_mobile " data-role ="dropdown " id ="toc-dropdown ">
91- < ul role ="listbox " id ="toc-listbox " class ="dropdown--list dropdown--list_toc-list "
92- data-role ="dropdown-listbox ">
93- < div class ="dropdown--header ">
85+ </ header >
86+ < div id ="container ">
87+ < nav id ="leftColumn " class ="sidebar " data-item-type ="SECTION " data-item-config ='{"defaultSize": 280, "minSize": 200, "maxSize": 400} '>
88+ < a class ="toc--skip-link " href ="#main "> Skip to content</ a >
89+ < div class ="dropdown theme-dark_mobile " data-role ="dropdown " id ="toc-dropdown ">
90+ < ul role ="listbox " id ="toc-listbox " class ="dropdown--list dropdown--list_toc-list "
91+ data-role ="dropdown-listbox " aria-label ="Table of contents ">
92+ < div class ="dropdown--header ">
9493 < span >
9594 codemc-api
9695 </ span >
97- < button class ="button " data-role ="dropdown-toggle " aria-label ="Close table of contents ">
98- < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
99- </ button >
100- </ div >
101- < div class ="sidebar--inner " id ="sideMenu "> </ div >
102- </ ul >
103- < div class ="dropdown--overlay "> </ div >
104- </ div >
96+ < button class ="button " data-role ="dropdown-toggle " aria-label ="Close table of contents ">
97+ < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
98+ </ button >
99+ </ div >
100+ < div class ="sidebar--inner " id ="sideMenu "> </ div >
101+ </ ul >
102+ < div class ="dropdown--overlay "> </ div >
105103 </ div >
106- < div id ="main ">
104+ </ nav >
105+ < div id ="resizer " class ="resizer " data-item-type ="BAR "> </ div >
106+ < div id ="main " data-item-type ="SECTION " role ="main ">
107107< div class ="main-content " data-page-type ="member " id ="content " pageIds ="codemc-api::io.codemc.api.database/DBConfig/DBConfig/#kotlin.String#kotlin.String#kotlin.String/PointingToDeclaration//-251573632 ">
108108 < div class ="breadcrumbs "> < a href ="../../../index.html "> codemc-api</ a > < span class ="delimiter "> /</ span > < a href ="../index.html "> io.codemc.api.database</ a > < span class ="delimiter "> /</ span > < a href ="index.html "> DBConfig</ a > < span class ="delimiter "> /</ span > < span class ="current "> DBConfig</ span > </ div >
109109 < div class ="cover ">
@@ -112,17 +112,21 @@ <h1 class="cover"><span><span>DBConfig</span></span></h1>
112112 < div class ="platform-hinted " data-platform-hinted ="data-platform-hinted "> < div class ="content sourceset-dependent-content " data-active ="" data-togglable =":/main "> < div class ="symbol monospace "> < span class ="token keyword "> constructor</ span > < span class ="token punctuation "> (</ span > < span class ="parameters "> < span class ="parameter "> url< span class ="token operator "> : </ span > < a href ="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html "> String</ a > < span class ="token punctuation "> , </ span > </ span > < span class ="parameter "> username< span class ="token operator "> : </ span > < a href ="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html "> String</ a > < span class ="token punctuation "> , </ span > </ span > < span class ="parameter "> password< span class ="token operator "> : </ span > < a href ="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html "> String</ a > </ span > </ span > < span class ="token punctuation "> )</ span > </ div > </ div > </ div >
113113</ div >
114114 < div class ="footer ">
115- < a href ="#content " id ="go-to-top-link " class ="footer--button footer--button_go-to-top "> </ a >
116- < span > © 2025 Copyright</ span >
117- < span class ="pull-right ">
118- < span > Generated by </ span >
119- < a class ="footer--link footer--link_external " href ="https://github.com/Kotlin/dokka ">
120- < span > dokka</ span >
121- </ a >
122- </ span >
123- </ div >
115+ < div class ="footer--container ">
116+ < a href ="#content " id ="go-to-top-link " class ="footer--button footer--button_go-to-top "> </ a >
117+ < div class ="footer--content ">
118+ < div >
119+ < span > Generated by </ span >
120+ < a class ="footer--link footer--link_external " href ="https://github.com/Kotlin/dokka ">
121+ Dokka
122+ </ a >
123+ < div > © 2026 Copyright</ div >
124+ </ div >
124125 </ div >
125126 </ div >
126127 </ div >
128+ </ div >
129+ </ div >
130+ </ div >
127131</ body >
128132</ html >
0 commit comments