blob: a3d1f666442ee34f7421c728120009a4d61793fd [file] [log] [blame]
<!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_201) on Wed Apr 24 20:07:07 CEST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SecondaryRow (OpenJPA Parent POM 3.1.0 API)</title>
<meta name="date" content="2019-04-24">
<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="SecondaryRow (OpenJPA Parent POM 3.1.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SecondaryRow.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="../../../../../org/apache/openjpa/jdbc/sql/RowManagerImpl.html" title="class in org.apache.openjpa.jdbc.sql"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/openjpa/jdbc/sql/Select.html" title="interface in org.apache.openjpa.jdbc.sql"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openjpa/jdbc/sql/SecondaryRow.html" target="_top">Frames</a></li>
<li><a href="SecondaryRow.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.openjpa.jdbc.sql.RowImpl">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.openjpa.jdbc.sql</div>
<h2 title="Class SecondaryRow" class="title">Class SecondaryRow</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://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>
<ul class="inheritance">
<li><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">org.apache.openjpa.jdbc.sql.RowImpl</a></li>
<li>
<ul class="inheritance">
<li>org.apache.openjpa.jdbc.sql.SecondaryRow</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html" title="interface in org.apache.openjpa.jdbc.sql">Row</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">SecondaryRow</span>
extends <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">RowImpl</a></pre>
<div class="block">Secondary table row that tracks foreign keys to auto-inc columns.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Abe White</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.openjpa.jdbc.sql.RowImpl">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.openjpa.jdbc.sql.<a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">RowImpl</a></h3>
<code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#flags">flags</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#NULL">NULL</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#RAW">RAW</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#VALID">VALID</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.openjpa.jdbc.sql.Row">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.apache.openjpa.jdbc.sql.<a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html" title="interface in org.apache.openjpa.jdbc.sql">Row</a></h3>
<code><a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html#ACTION_DELETE">ACTION_DELETE</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html#ACTION_INSERT">ACTION_INSERT</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html#ACTION_UNKNOWN">ACTION_UNKNOWN</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html#ACTION_UPDATE">ACTION_UPDATE</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/jdbc/sql/SecondaryRow.html#SecondaryRow-org.apache.openjpa.jdbc.schema.Column:A-int-">SecondaryRow</a></span>(<a href="../../../../../org/apache/openjpa/jdbc/schema/Column.html" title="class in org.apache.openjpa.jdbc.schema">Column</a>[]&nbsp;cols,
int&nbsp;action)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/jdbc/sql/SecondaryRow.html#SecondaryRow-org.apache.openjpa.jdbc.schema.Table-int-">SecondaryRow</a></span>(<a href="../../../../../org/apache/openjpa/jdbc/schema/Table.html" title="class in org.apache.openjpa.jdbc.schema">Table</a>&nbsp;table,
int&nbsp;action)</code>
<div class="block">Constructor; supply table and action.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/jdbc/sql/SecondaryRow.html#copyInto-org.apache.openjpa.jdbc.sql.RowImpl-boolean-">copyInto</a></span>(<a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">RowImpl</a>&nbsp;row,
boolean&nbsp;whereOnly)</code>
<div class="block">Copy all values from this row into the given one.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/jdbc/sql/SecondaryRow.html#generateSQL-org.apache.openjpa.jdbc.sql.DBDictionary-">generateSQL</a></span>(<a href="../../../../../org/apache/openjpa/jdbc/sql/DBDictionary.html" title="class in org.apache.openjpa.jdbc.sql">DBDictionary</a>&nbsp;dict)</code>
<div class="block">Generate the SQL for this row; the result of this method is cached.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">RowImpl</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/jdbc/sql/SecondaryRow.html#newInstance-org.apache.openjpa.jdbc.schema.Column:A-int-">newInstance</a></span>(<a href="../../../../../org/apache/openjpa/jdbc/schema/Column.html" title="class in org.apache.openjpa.jdbc.schema">Column</a>[]&nbsp;cols,
int&nbsp;action)</code>
<div class="block">Return a new row.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/jdbc/sql/SecondaryRow.html#setForeignKey-org.apache.openjpa.jdbc.schema.ForeignKey-org.apache.openjpa.jdbc.schema.ColumnIO-org.apache.openjpa.kernel.OpenJPAStateManager-">setForeignKey</a></span>(<a href="../../../../../org/apache/openjpa/jdbc/schema/ForeignKey.html" title="class in org.apache.openjpa.jdbc.schema">ForeignKey</a>&nbsp;fk,
<a href="../../../../../org/apache/openjpa/jdbc/schema/ColumnIO.html" title="class in org.apache.openjpa.jdbc.schema">ColumnIO</a>&nbsp;io,
<a href="../../../../../org/apache/openjpa/kernel/OpenJPAStateManager.html" title="interface in org.apache.openjpa.kernel">OpenJPAStateManager</a>&nbsp;sm)</code>
<div class="block">Set the value of the given foreign key to the given object.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/jdbc/sql/SecondaryRow.html#setForeignKey-org.apache.openjpa.jdbc.schema.ForeignKey-org.apache.openjpa.kernel.OpenJPAStateManager-">setForeignKey</a></span>(<a href="../../../../../org/apache/openjpa/jdbc/schema/ForeignKey.html" title="class in org.apache.openjpa.jdbc.schema">ForeignKey</a>&nbsp;fk,
<a href="../../../../../org/apache/openjpa/kernel/OpenJPAStateManager.html" title="interface in org.apache.openjpa.kernel">OpenJPAStateManager</a>&nbsp;sm)</code>
<div class="block">Set the value of the given foreign key to the given object.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/jdbc/sql/SecondaryRow.html#setRelationId-org.apache.openjpa.jdbc.schema.Column-org.apache.openjpa.kernel.OpenJPAStateManager-org.apache.openjpa.jdbc.meta.RelationId-">setRelationId</a></span>(<a href="../../../../../org/apache/openjpa/jdbc/schema/Column.html" title="class in org.apache.openjpa.jdbc.schema">Column</a>&nbsp;col,
<a href="../../../../../org/apache/openjpa/kernel/OpenJPAStateManager.html" title="interface in org.apache.openjpa.kernel">OpenJPAStateManager</a>&nbsp;sm,
<a href="../../../../../org/apache/openjpa/jdbc/meta/RelationId.html" title="interface in org.apache.openjpa.jdbc.meta">RelationId</a>&nbsp;rel)</code>
<div class="block">Set the value of the given column to the identity of given instance,
using the given callback to create the column value.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.openjpa.jdbc.sql.RowImpl">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.openjpa.jdbc.sql.<a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">RowImpl</a></h3>
<code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#canSet-org.apache.openjpa.jdbc.schema.ColumnIO-int-boolean-">canSet</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#canSetAny-org.apache.openjpa.jdbc.schema.ColumnIO-int-boolean-">canSetAny</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#clearForeignKey-org.apache.openjpa.jdbc.schema.ForeignKey-">clearForeignKey</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#clearRelationId-org.apache.openjpa.jdbc.schema.Column-">clearRelationId</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#clone--">clone</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#flush-java.sql.PreparedStatement-org.apache.openjpa.jdbc.sql.DBDictionary-org.apache.openjpa.jdbc.kernel.JDBCStore-">flush</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#flush-java.sql.PreparedStatement-int-org.apache.openjpa.jdbc.sql.DBDictionary-org.apache.openjpa.jdbc.kernel.JDBCStore-">flush</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#getAction--">getAction</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#getColumns--">getColumns</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#getFailedObject--">getFailedObject</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#getParameterCount--">getParameterCount</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#getPrimaryKey--">getPrimaryKey</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#getSet-org.apache.openjpa.jdbc.schema.Column-">getSet</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#getSQL-org.apache.openjpa.jdbc.sql.DBDictionary-">getSQL</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#getTable--">getTable</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#getTypes--">getTypes</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#getVals--">getVals</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#getWhere-org.apache.openjpa.jdbc.schema.Column-">getWhere</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#isDependent--">isDependent</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#isFlushed--">isFlushed</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#isValid--">isValid</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setArray-org.apache.openjpa.jdbc.schema.Column-java.sql.Array-">setArray</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setAsciiStream-org.apache.openjpa.jdbc.schema.Column-java.io.InputStream-int-">setAsciiStream</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setBigDecimal-org.apache.openjpa.jdbc.schema.Column-java.math.BigDecimal-">setBigDecimal</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setBigInteger-org.apache.openjpa.jdbc.schema.Column-java.math.BigInteger-">setBigInteger</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setBinaryStream-org.apache.openjpa.jdbc.schema.Column-java.io.InputStream-int-">setBinaryStream</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setBlob-org.apache.openjpa.jdbc.schema.Column-java.sql.Blob-">setBlob</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setBoolean-org.apache.openjpa.jdbc.schema.Column-boolean-">setBoolean</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setByte-org.apache.openjpa.jdbc.schema.Column-byte-">setByte</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setBytes-org.apache.openjpa.jdbc.schema.Column-byte:A-">setBytes</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setCalendar-org.apache.openjpa.jdbc.schema.Column-java.util.Calendar-">setCalendar</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setChar-org.apache.openjpa.jdbc.schema.Column-char-">setChar</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setCharacterStream-org.apache.openjpa.jdbc.schema.Column-java.io.Reader-int-">setCharacterStream</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setClob-org.apache.openjpa.jdbc.schema.Column-java.sql.Clob-">setClob</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setDate-org.apache.openjpa.jdbc.schema.Column-java.util.Date-">setDate</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setDate-org.apache.openjpa.jdbc.schema.Column-java.sql.Date-java.util.Calendar-">setDate</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setDouble-org.apache.openjpa.jdbc.schema.Column-double-">setDouble</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setFailedObject-java.lang.Object-">setFailedObject</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setFloat-org.apache.openjpa.jdbc.schema.Column-float-">setFloat</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setFlushed-boolean-">setFlushed</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setInt-org.apache.openjpa.jdbc.schema.Column-int-">setInt</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setLocale-org.apache.openjpa.jdbc.schema.Column-java.util.Locale-">setLocale</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setLong-org.apache.openjpa.jdbc.schema.Column-long-">setLong</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setNull-org.apache.openjpa.jdbc.schema.Column-">setNull</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setNull-org.apache.openjpa.jdbc.schema.Column-boolean-">setNull</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setNumber-org.apache.openjpa.jdbc.schema.Column-java.lang.Number-">setNumber</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setObject-org.apache.openjpa.jdbc.schema.Column-java.lang.Object-">setObject</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setObject-org.apache.openjpa.jdbc.schema.Column-java.lang.Object-int-boolean-">setObject</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setPrimaryKey-org.apache.openjpa.jdbc.schema.ColumnIO-org.apache.openjpa.kernel.OpenJPAStateManager-">setPrimaryKey</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setPrimaryKey-org.apache.openjpa.kernel.OpenJPAStateManager-">setPrimaryKey</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setRaw-org.apache.openjpa.jdbc.schema.Column-java.lang.String-">setRaw</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setShort-org.apache.openjpa.jdbc.schema.Column-short-">setShort</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setString-org.apache.openjpa.jdbc.schema.Column-java.lang.String-">setString</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setTime-org.apache.openjpa.jdbc.schema.Column-java.sql.Time-java.util.Calendar-">setTime</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setTimestamp-org.apache.openjpa.jdbc.schema.Column-java.sql.Timestamp-java.util.Calendar-">setTimestamp</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setValid-boolean-">setValid</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereArray-org.apache.openjpa.jdbc.schema.Column-java.sql.Array-">whereArray</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereAsciiStream-org.apache.openjpa.jdbc.schema.Column-java.io.InputStream-int-">whereAsciiStream</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereBigDecimal-org.apache.openjpa.jdbc.schema.Column-java.math.BigDecimal-">whereBigDecimal</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereBigInteger-org.apache.openjpa.jdbc.schema.Column-java.math.BigInteger-">whereBigInteger</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereBinaryStream-org.apache.openjpa.jdbc.schema.Column-java.io.InputStream-int-">whereBinaryStream</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereBlob-org.apache.openjpa.jdbc.schema.Column-java.sql.Blob-">whereBlob</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereBoolean-org.apache.openjpa.jdbc.schema.Column-boolean-">whereBoolean</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereByte-org.apache.openjpa.jdbc.schema.Column-byte-">whereByte</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereBytes-org.apache.openjpa.jdbc.schema.Column-byte:A-">whereBytes</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereCalendar-org.apache.openjpa.jdbc.schema.Column-java.util.Calendar-">whereCalendar</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereChar-org.apache.openjpa.jdbc.schema.Column-char-">whereChar</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereCharacterStream-org.apache.openjpa.jdbc.schema.Column-java.io.Reader-int-">whereCharacterStream</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereClob-org.apache.openjpa.jdbc.schema.Column-java.sql.Clob-">whereClob</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereDate-org.apache.openjpa.jdbc.schema.Column-java.util.Date-">whereDate</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereDate-org.apache.openjpa.jdbc.schema.Column-java.sql.Date-java.util.Calendar-">whereDate</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereDouble-org.apache.openjpa.jdbc.schema.Column-double-">whereDouble</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereFloat-org.apache.openjpa.jdbc.schema.Column-float-">whereFloat</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereForeignKey-org.apache.openjpa.jdbc.schema.ForeignKey-org.apache.openjpa.kernel.OpenJPAStateManager-">whereForeignKey</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereInt-org.apache.openjpa.jdbc.schema.Column-int-">whereInt</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereLocale-org.apache.openjpa.jdbc.schema.Column-java.util.Locale-">whereLocale</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereLong-org.apache.openjpa.jdbc.schema.Column-long-">whereLong</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereNull-org.apache.openjpa.jdbc.schema.Column-">whereNull</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereNumber-org.apache.openjpa.jdbc.schema.Column-java.lang.Number-">whereNumber</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereObject-org.apache.openjpa.jdbc.schema.Column-java.lang.Object-">whereObject</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereObject-org.apache.openjpa.jdbc.schema.Column-java.lang.Object-int-">whereObject</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#wherePrimaryKey-org.apache.openjpa.kernel.OpenJPAStateManager-">wherePrimaryKey</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereRaw-org.apache.openjpa.jdbc.schema.Column-java.lang.String-">whereRaw</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereShort-org.apache.openjpa.jdbc.schema.Column-short-">whereShort</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereString-org.apache.openjpa.jdbc.schema.Column-java.lang.String-">whereString</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereTime-org.apache.openjpa.jdbc.schema.Column-java.sql.Time-java.util.Calendar-">whereTime</a>, <a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#whereTimestamp-org.apache.openjpa.jdbc.schema.Column-java.sql.Timestamp-java.util.Calendar-">whereTimestamp</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://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><a href="https://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>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://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>, <a href="https://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>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="SecondaryRow-org.apache.openjpa.jdbc.schema.Table-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SecondaryRow</h4>
<pre>public&nbsp;SecondaryRow(<a href="../../../../../org/apache/openjpa/jdbc/schema/Table.html" title="class in org.apache.openjpa.jdbc.schema">Table</a>&nbsp;table,
int&nbsp;action)</pre>
<div class="block">Constructor; supply table and action.</div>
</li>
</ul>
<a name="SecondaryRow-org.apache.openjpa.jdbc.schema.Column:A-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SecondaryRow</h4>
<pre>protected&nbsp;SecondaryRow(<a href="../../../../../org/apache/openjpa/jdbc/schema/Column.html" title="class in org.apache.openjpa.jdbc.schema">Column</a>[]&nbsp;cols,
int&nbsp;action)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setForeignKey-org.apache.openjpa.jdbc.schema.ForeignKey-org.apache.openjpa.kernel.OpenJPAStateManager-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setForeignKey</h4>
<pre>public&nbsp;void&nbsp;setForeignKey(<a href="../../../../../org/apache/openjpa/jdbc/schema/ForeignKey.html" title="class in org.apache.openjpa.jdbc.schema">ForeignKey</a>&nbsp;fk,
<a href="../../../../../org/apache/openjpa/kernel/OpenJPAStateManager.html" title="interface in org.apache.openjpa.kernel">OpenJPAStateManager</a>&nbsp;sm)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/SQLException.html?is-external=true" title="class or interface in java.sql">SQLException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html#setForeignKey-org.apache.openjpa.jdbc.schema.ForeignKey-org.apache.openjpa.kernel.OpenJPAStateManager-">Row</a></code></span></div>
<div class="block">Set the value of the given foreign key to the given object.
If the related type uses table-per-class mappings, the foreign key may
be targeted at an independent superclass table.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html#setForeignKey-org.apache.openjpa.jdbc.schema.ForeignKey-org.apache.openjpa.kernel.OpenJPAStateManager-">setForeignKey</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html" title="interface in org.apache.openjpa.jdbc.sql">Row</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setForeignKey-org.apache.openjpa.jdbc.schema.ForeignKey-org.apache.openjpa.kernel.OpenJPAStateManager-">setForeignKey</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">RowImpl</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/sql/SQLException.html?is-external=true" title="class or interface in java.sql">SQLException</a></code></dd>
</dl>
</li>
</ul>
<a name="setForeignKey-org.apache.openjpa.jdbc.schema.ForeignKey-org.apache.openjpa.jdbc.schema.ColumnIO-org.apache.openjpa.kernel.OpenJPAStateManager-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setForeignKey</h4>
<pre>public&nbsp;void&nbsp;setForeignKey(<a href="../../../../../org/apache/openjpa/jdbc/schema/ForeignKey.html" title="class in org.apache.openjpa.jdbc.schema">ForeignKey</a>&nbsp;fk,
<a href="../../../../../org/apache/openjpa/jdbc/schema/ColumnIO.html" title="class in org.apache.openjpa.jdbc.schema">ColumnIO</a>&nbsp;io,
<a href="../../../../../org/apache/openjpa/kernel/OpenJPAStateManager.html" title="interface in org.apache.openjpa.kernel">OpenJPAStateManager</a>&nbsp;sm)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/SQLException.html?is-external=true" title="class or interface in java.sql">SQLException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html#setForeignKey-org.apache.openjpa.jdbc.schema.ForeignKey-org.apache.openjpa.jdbc.schema.ColumnIO-org.apache.openjpa.kernel.OpenJPAStateManager-">Row</a></code></span></div>
<div class="block">Set the value of the given foreign key to the given object.
If the related type uses table-per-class mappings, the foreign key may
be targeted at an independent superclass table.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html#setForeignKey-org.apache.openjpa.jdbc.schema.ForeignKey-org.apache.openjpa.jdbc.schema.ColumnIO-org.apache.openjpa.kernel.OpenJPAStateManager-">setForeignKey</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html" title="interface in org.apache.openjpa.jdbc.sql">Row</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setForeignKey-org.apache.openjpa.jdbc.schema.ForeignKey-org.apache.openjpa.jdbc.schema.ColumnIO-org.apache.openjpa.kernel.OpenJPAStateManager-">setForeignKey</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">RowImpl</a></code></dd>
<dd><code>io</code> - information on which columns are settable; may be null</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/sql/SQLException.html?is-external=true" title="class or interface in java.sql">SQLException</a></code></dd>
</dl>
</li>
</ul>
<a name="setRelationId-org.apache.openjpa.jdbc.schema.Column-org.apache.openjpa.kernel.OpenJPAStateManager-org.apache.openjpa.jdbc.meta.RelationId-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRelationId</h4>
<pre>public&nbsp;void&nbsp;setRelationId(<a href="../../../../../org/apache/openjpa/jdbc/schema/Column.html" title="class in org.apache.openjpa.jdbc.schema">Column</a>&nbsp;col,
<a href="../../../../../org/apache/openjpa/kernel/OpenJPAStateManager.html" title="interface in org.apache.openjpa.kernel">OpenJPAStateManager</a>&nbsp;sm,
<a href="../../../../../org/apache/openjpa/jdbc/meta/RelationId.html" title="interface in org.apache.openjpa.jdbc.meta">RelationId</a>&nbsp;rel)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/SQLException.html?is-external=true" title="class or interface in java.sql">SQLException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html#setRelationId-org.apache.openjpa.jdbc.schema.Column-org.apache.openjpa.kernel.OpenJPAStateManager-org.apache.openjpa.jdbc.meta.RelationId-">Row</a></code></span></div>
<div class="block">Set the value of the given column to the identity of given instance,
using the given callback to create the column value. This method is
used for mappings that store some serialized form of id values, but must
make sure that the related object's id is assigned (which might
require an insert if the instance uses auto-increment) before it is
serialized.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html#setRelationId-org.apache.openjpa.jdbc.schema.Column-org.apache.openjpa.kernel.OpenJPAStateManager-org.apache.openjpa.jdbc.meta.RelationId-">setRelationId</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/Row.html" title="interface in org.apache.openjpa.jdbc.sql">Row</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#setRelationId-org.apache.openjpa.jdbc.schema.Column-org.apache.openjpa.kernel.OpenJPAStateManager-org.apache.openjpa.jdbc.meta.RelationId-">setRelationId</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">RowImpl</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/sql/SQLException.html?is-external=true" title="class or interface in java.sql">SQLException</a></code></dd>
</dl>
</li>
</ul>
<a name="generateSQL-org.apache.openjpa.jdbc.sql.DBDictionary-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>generateSQL</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;generateSQL(<a href="../../../../../org/apache/openjpa/jdbc/sql/DBDictionary.html" title="class in org.apache.openjpa.jdbc.sql">DBDictionary</a>&nbsp;dict)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#generateSQL-org.apache.openjpa.jdbc.sql.DBDictionary-">RowImpl</a></code></span></div>
<div class="block">Generate the SQL for this row; the result of this method is cached.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#generateSQL-org.apache.openjpa.jdbc.sql.DBDictionary-">generateSQL</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">RowImpl</a></code></dd>
</dl>
</li>
</ul>
<a name="newInstance-org.apache.openjpa.jdbc.schema.Column:A-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newInstance</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">RowImpl</a>&nbsp;newInstance(<a href="../../../../../org/apache/openjpa/jdbc/schema/Column.html" title="class in org.apache.openjpa.jdbc.schema">Column</a>[]&nbsp;cols,
int&nbsp;action)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#newInstance-org.apache.openjpa.jdbc.schema.Column:A-int-">RowImpl</a></code></span></div>
<div class="block">Return a new row.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#newInstance-org.apache.openjpa.jdbc.schema.Column:A-int-">newInstance</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">RowImpl</a></code></dd>
</dl>
</li>
</ul>
<a name="copyInto-org.apache.openjpa.jdbc.sql.RowImpl-boolean-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>copyInto</h4>
<pre>public&nbsp;void&nbsp;copyInto(<a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">RowImpl</a>&nbsp;row,
boolean&nbsp;whereOnly)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#copyInto-org.apache.openjpa.jdbc.sql.RowImpl-boolean-">RowImpl</a></code></span></div>
<div class="block">Copy all values from this row into the given one.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html#copyInto-org.apache.openjpa.jdbc.sql.RowImpl-boolean-">copyInto</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/openjpa/jdbc/sql/RowImpl.html" title="class in org.apache.openjpa.jdbc.sql">RowImpl</a></code></dd>
<dd><code>whereOnly</code> - if true, only copy where conditions</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SecondaryRow.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="../../../../../org/apache/openjpa/jdbc/sql/RowManagerImpl.html" title="class in org.apache.openjpa.jdbc.sql"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/openjpa/jdbc/sql/Select.html" title="interface in org.apache.openjpa.jdbc.sql"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openjpa/jdbc/sql/SecondaryRow.html" target="_top">Frames</a></li>
<li><a href="SecondaryRow.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.openjpa.jdbc.sql.RowImpl">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>