Skip to content

Commit

Permalink
[CI] Add Doctum build
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored and actions-user committed Oct 19, 2023
1 parent baaa80f commit eeca29a
Show file tree
Hide file tree
Showing 8 changed files with 3,049 additions and 15 deletions.
2,819 changes: 2,819 additions & 0 deletions api/Drush/Sql/SqlMariaDB.html

Large diffs are not rendered by default.

213 changes: 205 additions & 8 deletions api/Drush/Sql/SqlMysql.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,15 @@ <h2>Properties</h2>
<td class="last"></td>
<td><small>from&nbsp;<a href="../../Drush/Sql/SqlBase.html#property_process">
<abbr title="Drush\Sql\SqlBase">SqlBase</abbr></a></small></td>
</tr>
<tr>
<td class="type" id="property_version">
protected string

</td>
<td>$version</td>
<td class="last"></td>
<td></td>
</tr>
</table>

Expand Down Expand Up @@ -626,6 +635,48 @@ <h2>Methods</h2>
<p><p>Start building the command to run a query.</p></p> </div>
<div class="col-md-2"><small>from&nbsp;<a href="../../Drush/Sql/SqlBase.html#method_alwaysQueryCommand">
<abbr title="Drush\Sql\SqlBase">SqlBase</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
static&nbsp;
</div>
<div class="col-md-8">
<a href="#method_make">make</a>(array $dbSpec, array $options)

<p><p>A factory method which creates a mysql or mariadb instance as needed.</p></p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
string
</div>
<div class="col-md-8">
<a href="#method_dumpProgram">dumpProgram</a>()

<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
string
</div>
<div class="col-md-8">
<a href="#method_getVersion">getVersion</a>()

<p><p>The server version.</p></p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
void
</div>
<div class="col-md-8">
<a href="#method_setVersion">setVersion</a>(string $version)

<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
</div>
</div>

Expand Down Expand Up @@ -1296,7 +1347,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_command">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L13">at line 13</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L33">at line 33</a></div>
<code> string
<strong>command</strong>()
</code>
Expand Down Expand Up @@ -1463,7 +1514,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_dumpCmd">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L149">at line 149</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L187">at line 187</a></div>
<code> string
<strong>dumpCmd</strong>($table_selection)
</code>
Expand Down Expand Up @@ -1706,7 +1757,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_silent">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L88">at line 88</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L126">at line 126</a></div>
<code> string|null
<strong>silent</strong>()
</code>
Expand Down Expand Up @@ -1862,7 +1913,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_createdbSql">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L93">at line 93</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L131">at line 131</a></div>
<code> string
<strong>createdbSql</strong>($dbname, bool $quoted = false)
</code>
Expand Down Expand Up @@ -1989,7 +2040,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_dbExists">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L124">at line 124</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L162">at line 162</a></div>
<code> bool
<strong>dbExists</strong>()
</code>
Expand Down Expand Up @@ -2022,7 +2073,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_creds">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L18">at line 18</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L56">at line 56</a></div>
<code> string
<strong>creds</strong>(bool $hide_password = true)
</code>
Expand Down Expand Up @@ -2098,7 +2149,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_listTables">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L130">at line 130</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L168">at line 168</a></div>
<code> array
<strong>listTables</strong>()
</code>
Expand Down Expand Up @@ -2130,7 +2181,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_listTablesQuoted">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L140">at line 140</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L178">at line 178</a></div>
<code> array
<strong>listTablesQuoted</strong>()
</code>
Expand Down Expand Up @@ -2394,6 +2445,152 @@ <h4>Return Value</h4>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_make">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L18">at line 18</a></div>
<code> static
<strong>make</strong>(array $dbSpec, array $options)
</code>
</h3>
<div class="details">



<div class="method-description">
<p><p>A factory method which creates a mysql or mariadb instance as needed.</p></p>
</div>
<div class="tags">
<h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>array</td>
<td>$dbSpec</td>
<td></td>
</tr>
<tr>
<td>array</td>
<td>$options</td>
<td></td>
</tr>
</table>





</div>
</div>

</div>
<div class="method-item">
<h3 id="method_dumpProgram">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L38">at line 38</a></div>
<code> string
<strong>dumpProgram</strong>()
</code>
</h3>
<div class="details">



<div class="method-description">
<p class="no-description">No description</p>

</div>
<div class="tags">

<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>string</td>
<td></td>
</tr>
</table>




</div>
</div>

</div>
<div class="method-item">
<h3 id="method_getVersion">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L46">at line 46</a></div>
<code> string
<strong>getVersion</strong>()
</code>
</h3>
<div class="details">



<div class="method-description">
<p><p>The server version.</p></p>
</div>
<div class="tags">

<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>string</td>
<td></td>
</tr>
</table>




</div>
</div>

</div>
<div class="method-item">
<h3 id="method_setVersion">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Sql/SqlMysql.php#L51">at line 51</a></div>
<code> void
<strong>setVersion</strong>(string $version)
</code>
</h3>
<div class="details">



<div class="method-description">
<p class="no-description">No description</p>

</div>
<div class="tags">
<h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>string</td>
<td>$version</td>
<td></td>
</tr>
</table>


<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>void</td>
<td></td>
</tr>
</table>




</div>
</div>

Expand Down
5 changes: 5 additions & 0 deletions api/classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,11 @@ <h1>Classes</h1>
<div class="col-md-6">
<a href="Drush/Sql/SqlException.html"><abbr title="Drush\Sql\SqlException">SqlException</abbr></a> </div>
<div class="col-md-6"></div>
</div>
<div class="row">
<div class="col-md-6">
<a href="Drush/Sql/SqlMariaDB.html"><abbr title="Drush\Sql\SqlMariaDB">SqlMariaDB</abbr></a> </div>
<div class="col-md-6"></div>
</div>
<div class="row">
<div class="col-md-6">
Expand Down
19 changes: 16 additions & 3 deletions api/doc-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,11 @@ <h2 id="letterA">A</h2>
<abbr title="Drush\Sql\SqlBase">SqlBase</abbr>::dbExists</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlBase.html"><abbr title="Drush\Sql\SqlBase">SqlBase</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Sql/SqlBase.html#method_dbSpecFromDbUrl">
<abbr title="Drush\Sql\SqlBase">SqlBase</abbr>::dbSpecFromDbUrl</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlBase.html"><abbr title="Drush\Sql\SqlBase">SqlBase</abbr></a></em></dt>
<dd><p>Convert from an old-style database URL to an array of database settings.</p></dd><dt><a href="Drush/Sql/SqlMysql.html#method_dbExists">
<dd><p>Convert from an old-style database URL to an array of database settings.</p></dd><dt><a href="Drush/Sql/SqlMariaDB.html#method_dumpProgram">
<abbr title="Drush\Sql\SqlMariaDB">SqlMariaDB</abbr>::dumpProgram</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlMariaDB.html"><abbr title="Drush\Sql\SqlMariaDB">SqlMariaDB</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Sql/SqlMysql.html#method_dumpProgram">
<abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr>::dumpProgram</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlMysql.html"><abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Sql/SqlMysql.html#method_dbExists">
<abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr>::dbExists</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlMysql.html"><abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Sql/SqlMysql.html#method_dumpCmd">
<abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr>::dumpCmd</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlMysql.html"><abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr></a></em></dt>
Expand Down Expand Up @@ -1529,7 +1533,9 @@ <h2 id="letterA">A</h2>
<abbr title="Drush\Sql\SqlBase">SqlBase</abbr>::getOptions</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlBase.html"><abbr title="Drush\Sql\SqlBase">SqlBase</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Sql/SqlBase.html#method_getOption">
<abbr title="Drush\Sql\SqlBase">SqlBase</abbr>::getOption</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlBase.html"><abbr title="Drush\Sql\SqlBase">SqlBase</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Sql/SqlPgsql.html#method_getEnv">
<dd></dd><dt><a href="Drush/Sql/SqlMysql.html#method_getVersion">
<abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr>::getVersion</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlMysql.html"><abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr></a></em></dt>
<dd><p>The server version.</p></dd><dt><a href="Drush/Sql/SqlPgsql.html#method_getEnv">
<abbr title="Drush\Sql\SqlPgsql">SqlPgsql</abbr>::getEnv</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlPgsql.html"><abbr title="Drush\Sql\SqlPgsql">SqlPgsql</abbr></a></em></dt>
<dd><p>Get environment variables to pass to Process.</p></dd><dt><a href="Drush/Sql/SqlPgsql.html#method_getPasswordFile">
<abbr title="Drush\Sql\SqlPgsql">SqlPgsql</abbr>::getPasswordFile</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlPgsql.html"><abbr title="Drush\Sql\SqlPgsql">SqlPgsql</abbr></a></em></dt>
Expand Down Expand Up @@ -1996,7 +2002,9 @@ <h2 id="letterA">A</h2>
<abbr title="Drush\Preflight\PreflightArgs">PreflightArgs</abbr>::mergeConfigPaths</a>() &mdash; <em>Method in class <a href="Drush/Preflight/PreflightArgs.html"><abbr title="Drush\Preflight\PreflightArgs">PreflightArgs</abbr></a></em></dt>
<dd><p>Add multiple additional locations where drush.yml files may be found.</p></dd><dt><a href="Drush/Preflight/PreflightArgs.html#method_mergeCommandPaths">
<abbr title="Drush\Preflight\PreflightArgs">PreflightArgs</abbr>::mergeCommandPaths</a>() &mdash; <em>Method in class <a href="Drush/Preflight/PreflightArgs.html"><abbr title="Drush\Preflight\PreflightArgs">PreflightArgs</abbr></a></em></dt>
<dd><p>Add multiple paths where commandfiles might be found.</p></dd> </dl><h2 id="letterN">N</h2>
<dd><p>Add multiple paths where commandfiles might be found.</p></dd><dt><a href="Drush/Sql/SqlMysql.html#method_make">
<abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr>::make</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlMysql.html"><abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr></a></em></dt>
<dd><p>A factory method which creates a mysql or mariadb instance as needed.</p></dd> </dl><h2 id="letterN">N</h2>
<dl id="indexN"><dt><a href="Drush/Attributes/NoArgumentsBase.html"><abbr title="Drush\Attributes\NoArgumentsBase">NoArgumentsBase</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Attributes.html">Drush\Attributes</a></em></dt>
<dd></dd><dt><a href="Drush/Commands/core/NotifyCommands.html"><abbr title="Drush\Commands\core\NotifyCommands">NotifyCommands</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Commands/core.html">Drush\Commands\core</a></em></dt>
<dd></dd><dt><a href="Drush/Drush.html#method_negative">
Expand Down Expand Up @@ -2685,7 +2693,10 @@ <h2 id="letterA">A</h2>
<dd><p>The active database driver.</p></dd><dt><a href="Drush/Sql/SqlBase.html#method_su">
<abbr title="Drush\Sql\SqlBase">SqlBase</abbr>::su</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlBase.html"><abbr title="Drush\Sql\SqlBase">SqlBase</abbr></a></em></dt>
<dd><p>Adjust DB connection with superuser credentials if provided.</p></dd><dt><a href="Drush/Sql/SqlException.html"><abbr title="Drush\Sql\SqlException">SqlException</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Sql.html">Drush\Sql</a></em></dt>
<dd></dd><dt><a href="Drush/Sql/SqlMariaDB.html"><abbr title="Drush\Sql\SqlMariaDB">SqlMariaDB</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Sql.html">Drush\Sql</a></em></dt>
<dd></dd><dt><a href="Drush/Sql/SqlMysql.html"><abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Sql.html">Drush\Sql</a></em></dt>
<dd></dd><dt><a href="Drush/Sql/SqlMysql.html#method_setVersion">
<abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr>::setVersion</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlMysql.html"><abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Sql/SqlMysql.html#method_silent">
<abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr>::silent</a>() &mdash; <em>Method in class <a href="Drush/Sql/SqlMysql.html"><abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Sql/SqlPgsql.html"><abbr title="Drush\Sql\SqlPgsql">SqlPgsql</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Sql.html">Drush\Sql</a></em></dt>
Expand Down Expand Up @@ -2888,6 +2899,8 @@ <h2 id="letterA">A</h2>
<abbr title="Drush\Preflight\PreflightVerify">PreflightVerify</abbr>::verify</a>() &mdash; <em>Method in class <a href="Drush/Preflight/PreflightVerify.html"><abbr title="Drush\Preflight\PreflightVerify">PreflightVerify</abbr></a></em></dt>
<dd><p>Throw an exception if the environment is not right for running Drush.</p></dd><dt><a href="Drush/Runtime/TildeExpansionHook.html#method_validate">
<abbr title="Drush\Runtime\TildeExpansionHook">TildeExpansionHook</abbr>::validate</a>() &mdash; <em>Method in class <a href="Drush/Runtime/TildeExpansionHook.html"><abbr title="Drush\Runtime\TildeExpansionHook">TildeExpansionHook</abbr></a></em></dt>
<dd></dd><dt>$<a href="Drush/Sql/SqlMysql.html#property_version">
<abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr>#version</a> &mdash; <em>Property in class <a href="Drush/Sql/SqlMysql.html"><abbr title="Drush\Sql\SqlMysql">SqlMysql</abbr></a></em></dt>
<dd></dd> </dl><h2 id="letterW">W</h2>
<dl id="indexW"><dt><a href="Drush/Commands/core/MkCommands.html#method_writeYml">
<abbr title="Drush\Commands\core\MkCommands">MkCommands</abbr>::writeYml</a>() &mdash; <em>Method in class <a href="Drush/Commands/core/MkCommands.html"><abbr title="Drush\Commands\core\MkCommands">MkCommands</abbr></a></em></dt>
Expand Down
Loading

0 comments on commit eeca29a

Please sign in to comment.