1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-04 07:18:23 +08:00
Files
EasySQL/allclasses-index.html
2023-03-15 23:16:32 +08:00

319 lines
17 KiB
HTML

<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (11.0.18) on Wed Mar 15 15:16:08 UTC 2023 -->
<title>All Classes (EasySQL-API 0.4.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-03-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.min.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Classes (EasySQL-API 0.4.7 API)";
}
}
catch(err) {
}
//-->
var data = {"i0":1,"i1":1,"i2":4,"i3":4,"i4":1,"i5":2,"i6":4,"i7":1,"i8":1,"i9":1,"i10":1,"i11":1,"i12":1,"i13":1,"i14":1,"i15":1,"i16":1,"i17":1,"i18":1,"i19":1,"i20":1,"i21":1,"i22":1,"i23":1,"i24":1,"i25":1,"i26":1,"i27":1,"i28":1,"i29":2,"i30":1,"i31":1,"i32":2};
var tabs = {65535:["t0","All Classes"],1:["t1","Interface Summary"],2:["t2","Class Summary"],4:["t3","Enum Summary"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "./";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
</div>
<div class="allClassesContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span id="t0" class="activeTableTab"><span>All Classes</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Interface Summary</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Class Summary</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Enum Summary</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/builder/ConditionalBuilder.html" title="interface in cc.carm.lib.easysql.api.builder">ConditionalBuilder</a>&lt;<a href="cc/carm/lib/easysql/api/builder/ConditionalBuilder.html" title="type parameter in ConditionalBuilder">B</a> extends <a href="cc/carm/lib/easysql/api/builder/ConditionalBuilder.html" title="interface in cc.carm.lib.easysql.api.builder">ConditionalBuilder</a>&lt;<a href="cc/carm/lib/easysql/api/builder/ConditionalBuilder.html" title="type parameter in ConditionalBuilder">B</a>,&#8203;<a href="cc/carm/lib/easysql/api/builder/ConditionalBuilder.html" title="type parameter in ConditionalBuilder">T</a>&gt;,&#8203;<a href="cc/carm/lib/easysql/api/builder/ConditionalBuilder.html" title="type parameter in ConditionalBuilder">T</a> extends <a href="cc/carm/lib/easysql/api/SQLAction.html" title="interface in cc.carm.lib.easysql.api">SQLAction</a>&lt;?&gt;&gt;</td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/builder/DeleteBuilder.html" title="interface in cc.carm.lib.easysql.api.builder">DeleteBuilder</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/enums/ForeignKeyRule.html" title="enum in cc.carm.lib.easysql.api.enums">ForeignKeyRule</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/enums/IndexType.html" title="enum in cc.carm.lib.easysql.api.enums">IndexType</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/builder/InsertBuilder.html" title="interface in cc.carm.lib.easysql.api.builder">InsertBuilder</a>&lt;<a href="cc/carm/lib/easysql/api/builder/InsertBuilder.html" title="type parameter in InsertBuilder">T</a> extends <a href="cc/carm/lib/easysql/api/SQLAction.html" title="interface in cc.carm.lib.easysql.api">SQLAction</a>&lt;?&gt;&gt;</td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/table/NamedSQLTable.html" title="class in cc.carm.lib.easysql.api.table">NamedSQLTable</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/enums/NumberType.html" title="enum in cc.carm.lib.easysql.api.enums">NumberType</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/action/query/PreparedQueryAction.html" title="interface in cc.carm.lib.easysql.api.action.query">PreparedQueryAction</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/action/PreparedSQLUpdateAction.html" title="interface in cc.carm.lib.easysql.api.action">PreparedSQLUpdateAction</a>&lt;<a href="cc/carm/lib/easysql/api/action/PreparedSQLUpdateAction.html" title="type parameter in PreparedSQLUpdateAction">T</a> extends java.lang.Number&gt;</td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/action/PreparedSQLUpdateBatchAction.html" title="interface in cc.carm.lib.easysql.api.action">PreparedSQLUpdateBatchAction</a>&lt;<a href="cc/carm/lib/easysql/api/action/PreparedSQLUpdateBatchAction.html" title="type parameter in PreparedSQLUpdateBatchAction">T</a> extends java.lang.Number&gt;</td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/action/query/QueryAction.html" title="interface in cc.carm.lib.easysql.api.action.query">QueryAction</a></td>
<th class="colLast" scope="row">
<div class="block">SQLQueryAction 是用于承载SQL查询语句并进行处理、返回并自动关闭连接的基本类。</div>
</th>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/builder/QueryBuilder.html" title="interface in cc.carm.lib.easysql.api.builder">QueryBuilder</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/builder/ReplaceBuilder.html" title="interface in cc.carm.lib.easysql.api.builder">ReplaceBuilder</a>&lt;<a href="cc/carm/lib/easysql/api/builder/ReplaceBuilder.html" title="type parameter in ReplaceBuilder">T</a> extends <a href="cc/carm/lib/easysql/api/SQLAction.html" title="interface in cc.carm.lib.easysql.api">SQLAction</a>&lt;?&gt;&gt;</td>
<th class="colLast" scope="row">
<div class="block">REPLACE 语句用于将一组值更新进数据表中。</div>
</th>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/SQLAction.html" title="interface in cc.carm.lib.easysql.api">SQLAction</a>&lt;<a href="cc/carm/lib/easysql/api/SQLAction.html" title="type parameter in SQLAction">T</a>&gt;</td>
<th class="colLast" scope="row">
<div class="block">SQLAction 是用于承载SQL语句并进行处理、返回的基本类。</div>
</th>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/function/SQLBiFunction.html" title="interface in cc.carm.lib.easysql.api.function">SQLBiFunction</a>&lt;<a href="cc/carm/lib/easysql/api/function/SQLBiFunction.html" title="type parameter in SQLBiFunction">T</a>,&#8203;<a href="cc/carm/lib/easysql/api/function/SQLBiFunction.html" title="type parameter in SQLBiFunction">U</a>,&#8203;<a href="cc/carm/lib/easysql/api/function/SQLBiFunction.html" title="type parameter in SQLBiFunction">R</a>&gt;</td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/SQLBuilder.html" title="interface in cc.carm.lib.easysql.api">SQLBuilder</a></td>
<th class="colLast" scope="row">
<div class="block">SQLBuilder 是用于构建SQL语句以生成SQLAction执行操作的中间类。</div>
</th>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/function/SQLDebugHandler.html" title="interface in cc.carm.lib.easysql.api.function">SQLDebugHandler</a></td>
<th class="colLast" scope="row">
<div class="block">异常处理器。</div>
</th>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/function/SQLExceptionHandler.html" title="interface in cc.carm.lib.easysql.api.function">SQLExceptionHandler</a></td>
<th class="colLast" scope="row">
<div class="block">异常处理器。</div>
</th>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/function/SQLFunction.html" title="interface in cc.carm.lib.easysql.api.function">SQLFunction</a>&lt;<a href="cc/carm/lib/easysql/api/function/SQLFunction.html" title="type parameter in SQLFunction">T</a>,&#8203;<a href="cc/carm/lib/easysql/api/function/SQLFunction.html" title="type parameter in SQLFunction">R</a>&gt;</td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/function/SQLHandler.html" title="interface in cc.carm.lib.easysql.api.function">SQLHandler</a>&lt;<a href="cc/carm/lib/easysql/api/function/SQLHandler.html" title="type parameter in SQLHandler">T</a>&gt;</td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/SQLManager.html" title="interface in cc.carm.lib.easysql.api">SQLManager</a></td>
<th class="colLast" scope="row">
<div class="block">SQLManager 是EasySQL的核心类,用于管理数据库连接,提供数据库操作的方法。</div>
</th>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/SQLQuery.html" title="interface in cc.carm.lib.easysql.api">SQLQuery</a></td>
<th class="colLast" scope="row">
<div class="block">SQLQuery 是一个查询中间接口,用于查询操作的封装。</div>
</th>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/SQLTable.html" title="interface in cc.carm.lib.easysql.api">SQLTable</a></td>
<th class="colLast" scope="row">
<div class="block">SQLTable 基于 <a href="cc/carm/lib/easysql/api/builder/TableCreateBuilder.html" title="interface in cc.carm.lib.easysql.api.builder"><code>TableCreateBuilder</code></a> 构建表,用于快速创建与该表相关的操作。</div>
</th>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/action/SQLUpdateAction.html" title="interface in cc.carm.lib.easysql.api.action">SQLUpdateAction</a>&lt;<a href="cc/carm/lib/easysql/api/action/SQLUpdateAction.html" title="type parameter in SQLUpdateAction">T</a> extends java.lang.Number&gt;</td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/action/SQLUpdateBatchAction.html" title="interface in cc.carm.lib.easysql.api.action">SQLUpdateBatchAction</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/builder/TableAlterBuilder.html" title="interface in cc.carm.lib.easysql.api.builder">TableAlterBuilder</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/builder/TableCreateBuilder.html" title="interface in cc.carm.lib.easysql.api.builder">TableCreateBuilder</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/builder/TableMetadataBuilder.html" title="interface in cc.carm.lib.easysql.api.builder">TableMetadataBuilder</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/builder/TableQueryBuilder.html" title="interface in cc.carm.lib.easysql.api.builder">TableQueryBuilder</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/util/TimeDateUtils.html" title="class in cc.carm.lib.easysql.api.util">TimeDateUtils</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/builder/UpdateBuilder.html" title="interface in cc.carm.lib.easysql.api.builder">UpdateBuilder</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/builder/UpsertBuilder.html" title="interface in cc.carm.lib.easysql.api.builder">UpsertBuilder</a></td>
<th class="colLast" scope="row">Deprecated.</th>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><a href="cc/carm/lib/easysql/api/util/UUIDUtil.html" title="class in cc.carm.lib.easysql.api.util">UUIDUtil</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2023. All rights reserved.</small></p>
</footer>
</body>
</html>