|
| 1 | +<!doctype html> |
| 2 | +<html class="no-js"> |
| 3 | +<head> |
| 4 | + <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> |
| 5 | + <title>COLLECTION_LINK_JOIN_TABLE_COLUMNS</title> |
| 6 | + <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> |
| 9 | + <script>const storage = localStorage.getItem("dokka-dark-mode") |
| 10 | + if (storage == null) { |
| 11 | + const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches |
| 12 | + if (osDarkSchemePreferred === true) { |
| 13 | + document.getElementsByTagName("html")[0].classList.add("theme-dark") |
| 14 | + } |
| 15 | + } else { |
| 16 | + const savedDarkMode = JSON.parse(storage) |
| 17 | + if(savedDarkMode === true) { |
| 18 | + document.getElementsByTagName("html")[0].classList.add("theme-dark") |
| 19 | + } |
| 20 | + } |
| 21 | + </script> |
| 22 | + <script type="text/javascript" src="https://unpkg.com/kotlin-playground@1/dist/playground.min.js" async></script> |
| 23 | + <script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async></script> |
| 24 | + <link href="../../../styles/style.css" rel="Stylesheet"> |
| 25 | + <link href="../../../styles/main.css" rel="Stylesheet"> |
| 26 | + <link href="../../../styles/prism.css" rel="Stylesheet"> |
| 27 | + <link href="../../../styles/logo-styles.css" rel="Stylesheet"> |
| 28 | + <link href="../../../styles/font-jb-sans-auto.css" rel="Stylesheet"> |
| 29 | + <link href="../../../ui-kit/ui-kit.min.css" rel="Stylesheet"> |
| 30 | + <script type="text/javascript" src="../../../scripts/clipboard.js" async></script> |
| 31 | + <script type="text/javascript" src="../../../scripts/navigation-loader.js" async></script> |
| 32 | + <script type="text/javascript" src="../../../scripts/platform-content-handler.js" async></script> |
| 33 | + <script type="text/javascript" src="../../../scripts/main.js" defer></script> |
| 34 | + <script type="text/javascript" src="../../../scripts/prism.js" async></script> |
| 35 | + <script type="text/javascript" src="../../../ui-kit/ui-kit.min.js" defer></script> |
| 36 | + <script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer></script> |
| 37 | +</head> |
| 38 | +<body> |
| 39 | +<div class="root"> |
| 40 | + <nav class="navigation theme-dark" id="navigation-wrapper"> |
| 41 | + <a class="library-name--link" href="../../../index.html"> |
| 42 | + Refy |
| 43 | + </a> |
| 44 | + <button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle" |
| 45 | + type="button">Toggle table of contents |
| 46 | + </button> |
| 47 | + <div class="navigation-controls--break ui-kit_mobile-only"></div> |
| 48 | + <div class="library-version" id="library-version"> |
| 49 | + </div> |
| 50 | + <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="" |
| 53 | + data-filter=":backend:dokkaHtmlPartial/main">jvm |
| 54 | + </button> |
| 55 | + <div class="dropdown filter-section--dropdown" data-role="dropdown" id="filter-section-dropdown"> |
| 56 | + <button class="button button_dropdown filter-section--dropdown-toggle" role="combobox" |
| 57 | + data-role="dropdown-toggle" aria-controls="platform-tags-listbox" aria-haspopup="listbox" |
| 58 | + aria-expanded="false" aria-label="Toggle source sets"></button> |
| 59 | + <ul role="listbox" id="platform-tags-listbox" class="dropdown--list" data-role="dropdown-listbox"> |
| 60 | + <div class="dropdown--header"><span>Platform filter</span> |
| 61 | + <button class="button" data-role="dropdown-toggle" aria-label="Close platform filter"> |
| 62 | + <i class="ui-kit-icon ui-kit-icon_cross"></i> |
| 63 | + </button> |
| 64 | + </div> |
| 65 | + <li role="option" class="dropdown--option platform-selector-option jvm-like" tabindex="0"> |
| 66 | + <label class="checkbox"> |
| 67 | + <input type="checkbox" class="checkbox--input" id=":backend:dokkaHtmlPartial/main" |
| 68 | + data-filter=":backend:dokkaHtmlPartial/main"> |
| 69 | + <span class="checkbox--icon"></span> |
| 70 | + jvm |
| 71 | + </label> |
| 72 | + </li> |
| 73 | + </ul> |
| 74 | + <div class="dropdown--overlay"></div> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + <button class="navigation-controls--btn navigation-controls--btn_theme" id="theme-toggle-button" |
| 78 | + type="button">Switch theme |
| 79 | + </button> |
| 80 | + <div class="navigation-controls--btn navigation-controls--btn_search" id="searchBar" role="button">Search in |
| 81 | + API |
| 82 | + </div> |
| 83 | + </div> |
| 84 | + </nav> |
| 85 | + <div id="container"> |
| 86 | + <div class="sidebar" id="leftColumn"> |
| 87 | + <div class="dropdown theme-dark_mobile" data-role="dropdown" id="toc-dropdown"> |
| 88 | + <ul role="listbox" id="toc-listbox" class="dropdown--list dropdown--list_toc-list" |
| 89 | + data-role="dropdown-listbox"> |
| 90 | + <div class="dropdown--header"> |
| 91 | + <span> |
| 92 | + Refy |
| 93 | + </span> |
| 94 | + <button class="button" data-role="dropdown-toggle" aria-label="Close table of contents"> |
| 95 | + <i class="ui-kit-icon ui-kit-icon_cross"></i> |
| 96 | + </button> |
| 97 | + </div> |
| 98 | + <div class="sidebar--inner" id="sideMenu"></div> |
| 99 | + </ul> |
| 100 | + <div class="dropdown--overlay"></div> |
| 101 | + </div> |
| 102 | + </div> |
| 103 | + <div id="main"> |
| 104 | + <div class="main-content" data-page-type="member" id="content" |
| 105 | + pageids="backend::com.tecknobit.refy.batchitems/CollectionLinkBatchItem/COLLECTION_LINK_JOIN_TABLE_COLUMNS/#/PointingToDeclaration//-612206970"> |
| 106 | + <div class="breadcrumbs"><a href="../../index.html">backend</a><span class="delimiter">/</span><a |
| 107 | + href="../index.html">com.tecknobit.refy.batchitems</a><span class="delimiter">/</span><a |
| 108 | + href="index.html">CollectionLinkBatchItem</a><span class="delimiter">/</span><span |
| 109 | + class="current">COLLECTION_LINK_JOIN_TABLE_COLUMNS</span></div> |
| 110 | + <div class="cover "> |
| 111 | + <h1 class="cover"><span>COLLECTION_</span> |
| 112 | + <wbr> |
| 113 | + <span>LINK_</span> |
| 114 | + <wbr> |
| 115 | + <span>JOIN_</span> |
| 116 | + <wbr> |
| 117 | + <span>TABLE_</span> |
| 118 | + <wbr> |
| 119 | + <span>COLUMNS</span></h1> |
| 120 | + </div> |
| 121 | + <div class="platform-hinted " data-platform-hinted="data-platform-hinted"> |
| 122 | + <div class="content sourceset-dependent-content" data-active="" |
| 123 | + data-togglable=":backend:dokkaHtmlPartial/main"> |
| 124 | + <div class="symbol monospace"><span class="token keyword">val </span><a |
| 125 | + href="-c-o-l-l-e-c-t-i-o-n_-l-i-n-k_-j-o-i-n_-t-a-b-l-e_-c-o-l-u-m-n-s.html">COLLECTION_LINK_JOIN_TABLE_COLUMNS</a><span |
| 126 | + class="token operator">: </span><a |
| 127 | + href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-array/index.html">Array</a><span |
| 128 | + class="token operator"><</span><a |
| 129 | + href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html">String</a><span |
| 130 | + class="token operator">></span></div> |
| 131 | + <p class="paragraph"><code class="lang-kotlin">COLLECTION_LINK_JOIN_TABLE_COLUMNS</code> the |
| 132 | + columns of the join table used during the synchronization, the <code class="lang-kotlin">collection_links</code> |
| 133 | + table</p></div> |
| 134 | + </div> |
| 135 | + </div> |
| 136 | + <div class="footer"> |
| 137 | + <a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a> |
| 138 | + <span>© 2025 Copyright</span> |
| 139 | + <span class="pull-right"> |
| 140 | + <span>Generated by </span> |
| 141 | + <a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka"> |
| 142 | + <span>dokka</span> |
| 143 | + </a> |
| 144 | + </span> |
| 145 | + </div> |
| 146 | + </div> |
| 147 | + </div> |
| 148 | +</div> |
| 149 | +</body> |
| 150 | +</html> |
0 commit comments