Skip to content

Commit

Permalink
update api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
KenjiOhtsuka committed Aug 4, 2019
1 parent 4b302b0 commit 9fadf19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@
<h1>doesTableExist</h1>
<a name="com.improve_future.harmonica.core.Connection$doesTableExist(kotlin.String)"></a>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">doesTableExist</span><span class="symbol">(</span><span class="identifier" id="com.improve_future.harmonica.core.Connection$doesTableExist(kotlin.String)/tableName">tableName</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
<p>Check table existence</p>
<h3>Parameters</h3>
<p><a name="tableName"></a>
<code>tableName</code> - The name of the table to be checked.</p>
</BODY>
</HTML>
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ <h3>Functions</h3>
<p><a href="does-table-exist.html">doesTableExist</a></p>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">doesTableExist</span><span class="symbol">(</span><span class="identifier" id="com.improve_future.harmonica.core.Connection$doesTableExist(kotlin.String)/tableName">tableName</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td>
<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">doesTableExist</span><span class="symbol">(</span><span class="identifier" id="com.improve_future.harmonica.core.Connection$doesTableExist(kotlin.String)/tableName">tableName</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
<p>Check table existence</p>
</td>
</tr>
<tr>
<td>
Expand Down

0 comments on commit 9fadf19

Please sign in to comment.