<li><ahref="../../../../de/epiceric/shopchest/sql/Database.ShopInfo.html"title="enum in de.epiceric.shopchest.sql"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../de/epiceric/shopchest/sql/SQLite.html"title="class in de.epiceric.shopchest.sql"><spanclass="typeNameLink">Next Class</span></a></li>
<li><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ulclass="inheritance">
<li><ahref="../../../../de/epiceric/shopchest/sql/Database.html"title="class in de.epiceric.shopchest.sql">de.epiceric.shopchest.sql.Database</a></li>
<li>
<ulclass="inheritance">
<li>de.epiceric.shopchest.sql.MySQL</li>
</ul>
</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<hr>
<br>
<pre>public class <spanclass="typeNameLabel">MySQL</span>
extends <ahref="../../../../de/epiceric/shopchest/sql/Database.html"title="class in de.epiceric.shopchest.sql">Database</a></pre>
<h3>Nested classes/interfaces inherited from class de.epiceric.shopchest.sql.<ahref="../../../../de/epiceric/shopchest/sql/Database.html"title="class in de.epiceric.shopchest.sql">Database</a></h3>
<code><ahref="../../../../de/epiceric/shopchest/sql/Database.DatabaseType.html"title="enum in de.epiceric.shopchest.sql">Database.DatabaseType</a>, <ahref="../../../../de/epiceric/shopchest/sql/Database.ShopInfo.html"title="enum in de.epiceric.shopchest.sql">Database.ShopInfo</a></code></li>
<h3>Fields inherited from class de.epiceric.shopchest.sql.<ahref="../../../../de/epiceric/shopchest/sql/Database.html"title="class in de.epiceric.shopchest.sql">Database</a></h3>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../../../de/epiceric/shopchest/sql/MySQL.html#MySQL-de.epiceric.shopchest.ShopChest-">MySQL</a></span>(<ahref="../../../../de/epiceric/shopchest/ShopChest.html"title="class in de.epiceric.shopchest">ShopChest</a> plugin)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.summary">
<!---->
</a>
<h3>Method Summary</h3>
<tableclass="memberSummary"border="0"cellpadding="3"cellspacing="0"summary="Method Summary table, listing methods, and an explanation">
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code><ahref="http://docs.oracle.com/javase/8/docs/api/java/sql/Connection.html?is-external=true"title="class or interface in java.sql">Connection</a></code></td>
<h3>Methods inherited from class de.epiceric.shopchest.sql.<ahref="../../../../de/epiceric/shopchest/sql/Database.html"title="class in de.epiceric.shopchest.sql">Database</a></h3>
<h3>Methods inherited from class java.lang.<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></h3>
<code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--"title="class or interface in java.lang">clone</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-"title="class or interface in java.lang">equals</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--"title="class or interface in java.lang">finalize</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--"title="class or interface in java.lang">getClass</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--"title="class or interface in java.lang">hashCode</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--"title="class or interface in java.lang">notify</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--"title="class or interface in java.lang">notifyAll</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--"title="class or interface in java.lang">toString</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--"title="class or interface in java.lang">wait</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-"title="class or interface in java.lang">wait</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-"title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<divclass="details">
<ulclass="blockList">
<liclass="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ulclass="blockList">
<liclass="blockList"><aname="constructor.detail">
<!---->
</a>
<h3>Constructor Detail</h3>
<aname="MySQL-de.epiceric.shopchest.ShopChest-">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>MySQL</h4>
<pre>public MySQL(<ahref="../../../../de/epiceric/shopchest/ShopChest.html"title="class in de.epiceric.shopchest">ShopChest</a> plugin)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.detail">
<!---->
</a>
<h3>Method Detail</h3>
<aname="getConnection--">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>getConnection</h4>
<pre>public <ahref="http://docs.oracle.com/javase/8/docs/api/java/sql/Connection.html?is-external=true"title="class or interface in java.sql">Connection</a> getConnection()</pre>
<dd><code><ahref="../../../../de/epiceric/shopchest/sql/Database.html#getConnection--">getConnection</a></code> in class <code><ahref="../../../../de/epiceric/shopchest/sql/Database.html"title="class in de.epiceric.shopchest.sql">Database</a></code></dd>
<li><ahref="../../../../de/epiceric/shopchest/sql/Database.ShopInfo.html"title="enum in de.epiceric.shopchest.sql"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../de/epiceric/shopchest/sql/SQLite.html"title="class in de.epiceric.shopchest.sql"><spanclass="typeNameLink">Next Class</span></a></li>