Skip to content

Commit 8caa343

Browse files
committed
Updated API for commit 9357570b025b77aa278ca723817eb2fdf7788617
1 parent d7776b9 commit 8caa343

3 files changed

Lines changed: 24 additions & 19 deletions

File tree

docs/classes/CodeIgniter-Database-SQLSRV-Forge.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ <h4 id="toc-methods">
529529
</dt>
530530

531531
<dt class="phpdocumentor-table-of-contents__entry -method -public">
532-
<a class="" href="classes/CodeIgniter-Database-Forge.html#method_dropDatabase">dropDatabase()</a>
532+
<a class="" href="classes/CodeIgniter-Database-SQLSRV-Forge.html#method_dropDatabase">dropDatabase()</a>
533533
<span>
534534
&nbsp;: bool </span>
535535
</dt>
@@ -2271,13 +2271,13 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
22712271
>
22722272
<h4 class="phpdocumentor-element__name" id="method_dropDatabase">
22732273
dropDatabase()
2274-
<a href="classes/CodeIgniter-Database-Forge.html#method_dropDatabase" class="headerlink"><i class="fas fa-link"></i></a>
2274+
<a href="classes/CodeIgniter-Database-SQLSRV-Forge.html#method_dropDatabase" class="headerlink"><i class="fas fa-link"></i></a>
22752275

22762276
</h4>
22772277
<aside class="phpdocumentor-element-found-in">
2278-
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/Forge.php"><a href="files/system-database-forge.html"><abbr title="system/Database/Forge.php">Forge.php</abbr></a></abbr>
2278+
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/SQLSRV/Forge.php"><a href="files/system-database-sqlsrv-forge.html"><abbr title="system/Database/SQLSRV/Forge.php">Forge.php</abbr></a></abbr>
22792279
:
2280-
<span class="phpdocumentor-element-found-in__line">286</span>
2280+
<span class="phpdocumentor-element-found-in__line">176</span>
22812281

22822282
</aside>
22832283

@@ -2305,16 +2305,16 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
23052305

23062306
<h5 class="phpdocumentor-tag-list__heading" id="tags">
23072307
Tags
2308-
<a href="classes/CodeIgniter-Database-Forge.html#method_dropDatabase#tags" class="headerlink"><i class="fas fa-link"></i></a>
2308+
<a href="classes/CodeIgniter-Database-SQLSRV-Forge.html#method_dropDatabase#tags" class="headerlink"><i class="fas fa-link"></i></a>
23092309

23102310
</h5>
23112311
<dl class="phpdocumentor-tag-list">
23122312
<dt class="phpdocumentor-tag-list__entry">
2313-
<span class="phpdocumentor-tag__name">throws</span>
2313+
<span class="phpdocumentor-tag__name">see</span>
23142314
</dt>
23152315
<dd class="phpdocumentor-tag-list__definition">
2316-
<span class="phpdocumentor-tag-link"><a href="classes/CodeIgniter-Database-Exceptions-DatabaseException.html"><abbr title="\CodeIgniter\Database\Exceptions\DatabaseException">DatabaseException</abbr></a></span>
2317-
2316+
<span class="phpdocumentor-tag-link"><a href="https://stackoverflow.com/questions/7469130/cannot-drop-database-because-it-is-currently-in-use">https://stackoverflow.com/questions/7469130/cannot-drop-database-because-it-is-currently-in-use</a></span>
2317+
23182318

23192319
</dd>
23202320
</dl>
@@ -2887,7 +2887,7 @@ <h4 class="phpdocumentor-element__name" id="method__alterTable">
28872887
<aside class="phpdocumentor-element-found-in">
28882888
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/SQLSRV/Forge.php"><a href="files/system-database-sqlsrv-forge.html"><abbr title="system/Database/SQLSRV/Forge.php">Forge.php</abbr></a></abbr>
28892889
:
2890-
<span class="phpdocumentor-element-found-in__line">185</span>
2890+
<span class="phpdocumentor-element-found-in__line">204</span>
28912891

28922892
</aside>
28932893

@@ -2952,7 +2952,7 @@ <h4 class="phpdocumentor-element__name" id="method__attributeAutoIncrement">
29522952
<aside class="phpdocumentor-element-found-in">
29532953
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/SQLSRV/Forge.php"><a href="files/system-database-sqlsrv-forge.html"><abbr title="system/Database/SQLSRV/Forge.php">Forge.php</abbr></a></abbr>
29542954
:
2955-
<span class="phpdocumentor-element-found-in__line">431</span>
2955+
<span class="phpdocumentor-element-found-in__line">450</span>
29562956

29572957
</aside>
29582958

@@ -3055,7 +3055,7 @@ <h4 class="phpdocumentor-element__name" id="method__attributeType">
30553055
<aside class="phpdocumentor-element-found-in">
30563056
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/SQLSRV/Forge.php"><a href="files/system-database-sqlsrv-forge.html"><abbr title="system/Database/SQLSRV/Forge.php">Forge.php</abbr></a></abbr>
30573057
:
3058-
<span class="phpdocumentor-element-found-in__line">378</span>
3058+
<span class="phpdocumentor-element-found-in__line">397</span>
30593059

30603060
</aside>
30613061

@@ -3287,7 +3287,7 @@ <h4 class="phpdocumentor-element__name" id="method__createTableAttributes">
32873287
<aside class="phpdocumentor-element-found-in">
32883288
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/SQLSRV/Forge.php"><a href="files/system-database-sqlsrv-forge.html"><abbr title="system/Database/SQLSRV/Forge.php">Forge.php</abbr></a></abbr>
32893289
:
3290-
<span class="phpdocumentor-element-found-in__line">174</span>
3290+
<span class="phpdocumentor-element-found-in__line">193</span>
32913291

32923292
</aside>
32933293

@@ -3336,7 +3336,7 @@ <h4 class="phpdocumentor-element__name" id="method__dropIndex">
33363336
<aside class="phpdocumentor-element-found-in">
33373337
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/SQLSRV/Forge.php"><a href="files/system-database-sqlsrv-forge.html"><abbr title="system/Database/SQLSRV/Forge.php">Forge.php</abbr></a></abbr>
33383338
:
3339-
<span class="phpdocumentor-element-found-in__line">307</span>
3339+
<span class="phpdocumentor-element-found-in__line">326</span>
33403340

33413341
</aside>
33423342

@@ -3388,7 +3388,7 @@ <h4 class="phpdocumentor-element__name" id="method__dropKeyAsConstraint">
33883388
<aside class="phpdocumentor-element-found-in">
33893389
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/SQLSRV/Forge.php"><a href="files/system-database-sqlsrv-forge.html"><abbr title="system/Database/SQLSRV/Forge.php">Forge.php</abbr></a></abbr>
33903390
:
3391-
<span class="phpdocumentor-element-found-in__line">465</span>
3391+
<span class="phpdocumentor-element-found-in__line">484</span>
33923392

33933393
</aside>
33943394

@@ -3444,7 +3444,7 @@ <h4 class="phpdocumentor-element__name" id="method__dropTable">
34443444
<aside class="phpdocumentor-element-found-in">
34453445
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/SQLSRV/Forge.php"><a href="files/system-database-sqlsrv-forge.html"><abbr title="system/Database/SQLSRV/Forge.php">Forge.php</abbr></a></abbr>
34463446
:
3447-
<span class="phpdocumentor-element-found-in__line">443</span>
3447+
<span class="phpdocumentor-element-found-in__line">462</span>
34483448

34493449
</aside>
34503450

@@ -3523,7 +3523,7 @@ <h4 class="phpdocumentor-element__name" id="method__processColumn">
35233523
<aside class="phpdocumentor-element-found-in">
35243524
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/SQLSRV/Forge.php"><a href="files/system-database-sqlsrv-forge.html"><abbr title="system/Database/SQLSRV/Forge.php">Forge.php</abbr></a></abbr>
35253525
:
3526-
<span class="phpdocumentor-element-found-in__line">363</span>
3526+
<span class="phpdocumentor-element-found-in__line">382</span>
35273527

35283528
</aside>
35293529

@@ -3679,7 +3679,7 @@ <h4 class="phpdocumentor-element__name" id="method__processIndexes">
36793679
<aside class="phpdocumentor-element-found-in">
36803680
<abbr class="phpdocumentor-element-found-in__file" title="system/Database/SQLSRV/Forge.php"><a href="files/system-database-sqlsrv-forge.html"><abbr title="system/Database/SQLSRV/Forge.php">Forge.php</abbr></a></abbr>
36813681
:
3682-
<span class="phpdocumentor-element-found-in__line">323</span>
3682+
<span class="phpdocumentor-element-found-in__line">342</span>
36833683

36843684
</aside>
36853685

@@ -3989,7 +3989,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
39893989
<li class=""><a href="classes/CodeIgniter-Database-SQLSRV-Forge.html#method_createDatabase">createDatabase()</a></li>
39903990
<li class=""><a href="classes/CodeIgniter-Database-Forge.html#method_createTable">createTable()</a></li>
39913991
<li class=""><a href="classes/CodeIgniter-Database-Forge.html#method_dropColumn">dropColumn()</a></li>
3992-
<li class=""><a href="classes/CodeIgniter-Database-Forge.html#method_dropDatabase">dropDatabase()</a></li>
3992+
<li class=""><a href="classes/CodeIgniter-Database-SQLSRV-Forge.html#method_dropDatabase">dropDatabase()</a></li>
39933993
<li class=""><a href="classes/CodeIgniter-Database-Forge.html#method_dropForeignKey">dropForeignKey()</a></li>
39943994
<li class=""><a href="classes/CodeIgniter-Database-Forge.html#method_dropKey">dropKey()</a></li>
39953995
<li class=""><a href="classes/CodeIgniter-Database-Forge.html#method_dropPrimaryKey">dropPrimaryKey()</a></li>

docs/js/searchIndex.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11710,6 +11710,11 @@ Search.appendIndex(
1171011710
"name": "createDatabase",
1171111711
"summary": "Create\u0020database",
1171211712
"url": "classes/CodeIgniter-Database-SQLSRV-Forge.html#method_createDatabase"
11713+
}, {
11714+
"fqsen": "\\CodeIgniter\\Database\\SQLSRV\\Forge\u003A\u003AdropDatabase\u0028\u0029",
11715+
"name": "dropDatabase",
11716+
"summary": "Drop\u0020database",
11717+
"url": "classes/CodeIgniter-Database-SQLSRV-Forge.html#method_dropDatabase"
1171311718
}, {
1171411719
"fqsen": "\\CodeIgniter\\Database\\SQLSRV\\Forge\u003A\u003A_createTableAttributes\u0028\u0029",
1171511720
"name": "_createTableAttributes",

docs/reports/markers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ <h3><abbr title="system/Database/SQLSRV/Forge.php">Forge.php</abbr></h3>
402402
<tbody>
403403
<tr>
404404
<td class="phpdocumentor-cell">TODO</td>
405-
<td class="phpdocumentor-cell">443</td>
405+
<td class="phpdocumentor-cell">462</td>
406406
<td class="phpdocumentor-cell">Support for cascade</td>
407407
</tr>
408408
<tr>

0 commit comments

Comments
 (0)