⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 recordpacked.html

📁 XMLVocabulary支持显示、查询、修改和保存XML数据。可以将XML映射到数据库。你也需要的只是使用XML作为你的项目的主数据。
💻 HTML
📖 第 1 页 / 共 3 页
字号:
public long <B>getOldLong</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The old value of the requested field as an long.</DL>
</DD>
</DL>
<HR>

<A NAME="getOldDouble(int)"><!-- --></A><H3>
getOldDouble</H3>
<PRE>
public double <B>getOldDouble</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The old value of the requested field as a double.</DL>
</DD>
</DL>
<HR>

<A NAME="getOldString(int)"><!-- --></A><H3>
getOldString</H3>
<PRE>
public java.lang.String <B>getOldString</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The old value of the requested field as a string.</DL>
</DD>
</DL>
<HR>

<A NAME="getOldBoolean(int)"><!-- --></A><H3>
getOldBoolean</H3>
<PRE>
public boolean <B>getOldBoolean</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The old value of the requested field as a boolean.</DL>
</DD>
</DL>
<HR>

<A NAME="getOldDate(int)"><!-- --></A><H3>
getOldDate</H3>
<PRE>
public java.util.Date <B>getOldDate</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The old value of the requested field as a Date.</DL>
</DD>
</DL>
<HR>

<A NAME="getOldSqlDate(int)"><!-- --></A><H3>
getOldSqlDate</H3>
<PRE>
public java.sql.Date <B>getOldSqlDate</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The old value of the requested field as a Sql Date.</DL>
</DD>
</DL>
<HR>

<A NAME="getOldSqlTime(int)"><!-- --></A><H3>
getOldSqlTime</H3>
<PRE>
public java.sql.Time <B>getOldSqlTime</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The old value of the requested field as a Sql Time.</DL>
</DD>
</DL>
<HR>

<A NAME="getOldSqlTimestamp(int)"><!-- --></A><H3>
getOldSqlTimestamp</H3>
<PRE>
public java.sql.Timestamp <B>getOldSqlTimestamp</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The old value of the requested field as a Sql Timestamp.</DL>
</DD>
</DL>
<HR>

<A NAME="setValue(int, java.lang.Object)"><!-- --></A><H3>
setValue</H3>
<PRE>
public void <B>setValue</B>(int&nbsp;field,                     java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the requested field to Object.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setInt(int, int)"><!-- --></A><H3>
setInt</H3>
<PRE>
public void <B>setInt</B>(int&nbsp;field,                   int&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the requested field to integer.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setLong(int, long)"><!-- --></A><H3>
setLong</H3>
<PRE>
public void <B>setLong</B>(int&nbsp;field,                    long&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the requested field to long.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setDouble(int, double)"><!-- --></A><H3>
setDouble</H3>
<PRE>
public void <B>setDouble</B>(int&nbsp;field,                      double&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the requested field to double.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setString(int, java.lang.String)"><!-- --></A><H3>
setString</H3>
<PRE>
public void <B>setString</B>(int&nbsp;field,                      java.lang.String&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the requested field to String.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setBoolean(int, boolean)"><!-- --></A><H3>
setBoolean</H3>
<PRE>
public void <B>setBoolean</B>(int&nbsp;field,                       boolean&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the requested field to boolean.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setDate(int, java.util.Date)"><!-- --></A><H3>
setDate</H3>
<PRE>
public void <B>setDate</B>(int&nbsp;field,                    java.util.Date&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the requested field to Date.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setSqlDate(int, java.sql.Date)"><!-- --></A><H3>
setSqlDate</H3>
<PRE>
public void <B>setSqlDate</B>(int&nbsp;field,                       java.sql.Date&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the requested field to Sql Date.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setSqlTime(int, java.sql.Time)"><!-- --></A><H3>
setSqlTime</H3>
<PRE>
public void <B>setSqlTime</B>(int&nbsp;field,                       java.sql.Time&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the requested field to Sql Time.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setSqlTimestamp(int, java.sql.Timestamp)"><!-- --></A><H3>
setSqlTimestamp</H3>
<PRE>
public void <B>setSqlTimestamp</B>(int&nbsp;field,                            java.sql.Timestamp&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the requested field to Sql Timestamp.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setOldValue(int, java.lang.Object)"><!-- --></A><H3>
setOldValue</H3>
<PRE>
public void <B>setOldValue</B>(int&nbsp;field,                        java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>Sets the old value of the requested field to Object.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getIndex()"><!-- --></A><H3>
getIndex</H3>
<PRE>
public int <B>getIndex</B>()</PRE>
<DL>
<DD>Gets the row position within the table.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getTable()"><!-- --></A><H3>
getTable</H3>
<PRE>
public <A HREF="../../../../org/amic/util/xml/TablePacked.html">TablePacked</A> <B>getTable</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The owner table as a TablePacked interface.</DL>
</DD>
</DL>
<HR>

<A NAME="setTable(org.amic.util.xml.TablePacked)"><!-- --></A><H3>
setTable</H3>
<PRE>
public void <B>setTable</B>(<A HREF="../../../../org/amic/util/xml/TablePacked.html">TablePacked</A>&nbsp;table)</PRE>
<DL>
<DD>Sets the owner table to the given table.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="undoFieldChanges(int)"><!-- --></A><H3>
undoFieldChanges</H3>
<PRE>
public void <B>undoFieldChanges</B>(int&nbsp;field)</PRE>
<DL>
<DD>Undo changes in the given field.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="undoRecordChanges()"><!-- --></A><H3>
undoRecordChanges</H3>
<PRE>
public void <B>undoRecordChanges</B>()</PRE>
<DL>
<DD>Undo changes in the record.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Amic utility<br> classes</b></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;<A HREF="../../../../org/amic/util/xml/TablePacked.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="RecordPacked.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="../../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
<font size=-1>Contact me at <a href='mailto:lluis@turro.org'>Lluis Turro</a></font>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -