Files
Jailer/docs/api/net/sf/jailer/database/package-summary.html
2022-06-07 11:11:35 +02:00

347 lines
15 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_271) on Tue Jun 07 11:07:31 CEST 2022 -->
<title>net.sf.jailer.database (Jailer Subsetter API)</title>
<meta name="date" content="2022-06-07">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="net.sf.jailer.database (Jailer Subsetter API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-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">
<li><a href="../../../../net/sf/jailer/configuration/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../net/sf/jailer/datamodel/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?net/sf/jailer/database/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></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>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;net.sf.jailer.database</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/ImportFilterTransformer.html" title="interface in net.sf.jailer.database">ImportFilterTransformer</a></td>
<td class="colLast">
<div class="block">Transforms columns with import-<a href="../../../../net/sf/jailer/datamodel/Filter.html" title="class in net.sf.jailer.datamodel"><code>Filter</code></a>s into SQL-expressions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/Session.ConnectionFactory.html" title="interface in net.sf.jailer.database">Session.ConnectionFactory</a></td>
<td class="colLast">
<div class="block">Connection factory.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/Session.ResultSetReader.html" title="interface in net.sf.jailer.database">Session.ResultSetReader</a></td>
<td class="colLast">
<div class="block">Reads a JDBC-result-set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/StatisticRenovator.html" title="interface in net.sf.jailer.database">StatisticRenovator</a></td>
<td class="colLast">
<div class="block">Renews the DB table statistics for the working-tables.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/TemporaryTableManager.html" title="interface in net.sf.jailer.database">TemporaryTableManager</a></td>
<td class="colLast">
<div class="block">Manages DDL/DML for temporary working tables.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/BasicDataSource.html" title="class in net.sf.jailer.database">BasicDataSource</a></td>
<td class="colLast">
<div class="block">Basic implementation of <code>DataSource</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/BasicDataSource.DriverShim.html" title="class in net.sf.jailer.database">BasicDataSource.DriverShim</a></td>
<td class="colLast">
<div class="block">Wraps a Jdbc-Driver.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/DB2ShellScriptBasedStatisticRenovator.html" title="class in net.sf.jailer.database">DB2ShellScriptBasedStatisticRenovator</a></td>
<td class="colLast">
<div class="block">Renews the DB2 table statistics for the working-tables
by executing a shell-script.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/DefaultTemporaryTableManager.html" title="class in net.sf.jailer.database">DefaultTemporaryTableManager</a></td>
<td class="colLast">
<div class="block">Default implementation of <a href="../../../../net/sf/jailer/database/TemporaryTableManager.html" title="interface in net.sf.jailer.database"><code>TemporaryTableManager</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/DeletionTransformer.html" title="class in net.sf.jailer.database">DeletionTransformer</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../net/sf/jailer/database/Session.ResultSetReader.html" title="interface in net.sf.jailer.database"><code>Session.ResultSetReader</code></a> that writes the read rows as SQL-DELETE-statements
into the deletion-script.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/DeletionTransformer.Factory.html" title="class in net.sf.jailer.database">DeletionTransformer.Factory</a></td>
<td class="colLast">
<div class="block">Factory.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/DMLTransformer.html" title="class in net.sf.jailer.database">DMLTransformer</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../net/sf/jailer/database/Session.ResultSetReader.html" title="interface in net.sf.jailer.database"><code>Session.ResultSetReader</code></a> that writes the read rows as DML-statements
into the export-script.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/DMLTransformer.Factory.html" title="class in net.sf.jailer.database">DMLTransformer.Factory</a></td>
<td class="colLast">
<div class="block">Factory.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/InlineViewBuilder.html" title="class in net.sf.jailer.database">InlineViewBuilder</a></td>
<td class="colLast">
<div class="block">Reads <code>ResultSet</code>s and builds inline-views according to the content.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/LocalDatabase.html" title="class in net.sf.jailer.database">LocalDatabase</a></td>
<td class="colLast">
<div class="block">Provides a local database (H2).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/PrimaryKeyValidator.html" title="class in net.sf.jailer.database">PrimaryKeyValidator</a></td>
<td class="colLast">
<div class="block">Validates all primary keys of a set of tables.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/Session.html" title="class in net.sf.jailer.database">Session</a></td>
<td class="colLast">
<div class="block">Manages database sessions on a 'per thread' basis.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/Session.AbstractResultSetReader.html" title="class in net.sf.jailer.database">Session.AbstractResultSetReader</a></td>
<td class="colLast">
<div class="block">Reads a JDBC-result-set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/ShellScriptBasedStatisticRenovator.html" title="class in net.sf.jailer.database">ShellScriptBasedStatisticRenovator</a></td>
<td class="colLast">
<div class="block">Renews the DB table statistics for the working-tables
by executing a shell-script.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/SQLDialect.html" title="class in net.sf.jailer.database">SQLDialect</a></td>
<td class="colLast">
<div class="block">Description of the DBMS's SQL dialect.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/SqlScriptBasedStatisticRenovator.html" title="class in net.sf.jailer.database">SqlScriptBasedStatisticRenovator</a></td>
<td class="colLast">
<div class="block">Renews the statistics for the working-tables
by executing a SQL-script.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/StatementBuilder.html" title="class in net.sf.jailer.database">StatementBuilder</a></td>
<td class="colLast">
<div class="block">Builds compact SQL-statements of the pattern:
HEAD ITEM {SEPARATOR ITEM}* TERMINATOR.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/UpdateTransformer.html" title="class in net.sf.jailer.database">UpdateTransformer</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../net/sf/jailer/database/Session.ResultSetReader.html" title="interface in net.sf.jailer.database"><code>Session.ResultSetReader</code></a> that writes the read rows as UPDATE statements
into the export-script.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/InlineViewStyle.html" title="enum in net.sf.jailer.database">InlineViewStyle</a></td>
<td class="colLast">
<div class="block">Styles of inline-views for different DBMS'es.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/UPDATE_MODE.html" title="enum in net.sf.jailer.database">UPDATE_MODE</a></td>
<td class="colLast">
<div class="block">Statements for updates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/UPSERT_MODE.html" title="enum in net.sf.jailer.database">UPSERT_MODE</a></td>
<td class="colLast">
<div class="block">Statements for upserts (overwrites).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/WorkingTableScope.html" title="enum in net.sf.jailer.database">WorkingTableScope</a></td>
<td class="colLast">
<div class="block">Working-tables scopes.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../net/sf/jailer/database/SqlException.html" title="class in net.sf.jailer.database">SqlException</a></td>
<td class="colLast">
<div class="block">Wraps <code>SQLException</code>s and holds SQL statement.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-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">
<li><a href="../../../../net/sf/jailer/configuration/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../net/sf/jailer/datamodel/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?net/sf/jailer/database/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.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>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>