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

📄 dbrecord.html

📁 XMLVocabulary支持显示、查询、修改和保存XML数据。可以将XML映射到数据库。你也需要的只是使用XML作为你的项目的主数据。
💻 HTML
📖 第 1 页 / 共 4 页
字号:
</DL>
<HR>

<A NAME="isNull(int)"><!-- --></A><H3>
isNull</H3>
<PRE>
public boolean <B>isNull</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#isNull(int)">isNull</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>True if the value is null.</DL>
</DD>
</DL>
<HR>

<A NAME="getValue(int)"><!-- --></A><H3>
getValue</H3>
<PRE>
public java.lang.Object <B>getValue</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getValue(int)">getValue</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>The value of the requested field as an Object.</DL>
</DD>
</DL>
<HR>

<A NAME="getOldValue(int)"><!-- --></A><H3>
getOldValue</H3>
<PRE>
public java.lang.Object <B>getOldValue</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getOldValue(int)">getOldValue</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>The old value of the requested field as an Object.</DL>
</DD>
</DL>
<HR>

<A NAME="getIndex()"><!-- --></A><H3>
getIndex</H3>
<PRE>
public int <B>getIndex</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></B></DD>
<DD>Gets the row position within the table.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getIndex()">getIndex</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
</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><B>Description copied from interface: <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></B></DD>
<DD>Sets the value of the requested field to Object.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#setValue(int, java.lang.Object)">setValue</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<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><B>Description copied from interface: <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></B></DD>
<DD>Sets the old value of the requested field to Object.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#setOldValue(int, java.lang.Object)">setOldValue</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<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>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getTable()">getTable</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<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><B>Description copied from interface: <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></B></DD>
<DD>Sets the owner table to the given table.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#setTable(org.amic.util.xml.TablePacked)">setTable</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getInt(int)"><!-- --></A><H3>
getInt</H3>
<PRE>
public int <B>getInt</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getInt(int)">getInt</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>The value of the requested field as an integer.</DL>
</DD>
</DL>
<HR>

<A NAME="getLong(int)"><!-- --></A><H3>
getLong</H3>
<PRE>
public long <B>getLong</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getLong(int)">getLong</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>The value of the requested field as an long.</DL>
</DD>
</DL>
<HR>

<A NAME="getDouble(int)"><!-- --></A><H3>
getDouble</H3>
<PRE>
public double <B>getDouble</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getDouble(int)">getDouble</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>The value of the requested field as a double.</DL>
</DD>
</DL>
<HR>

<A NAME="getString(int)"><!-- --></A><H3>
getString</H3>
<PRE>
public java.lang.String <B>getString</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getString(int)">getString</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>The value of the requested field as a string.</DL>
</DD>
</DL>
<HR>

<A NAME="getBoolean(int)"><!-- --></A><H3>
getBoolean</H3>
<PRE>
public boolean <B>getBoolean</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getBoolean(int)">getBoolean</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>The value of the requested field as a boolean.</DL>
</DD>
</DL>
<HR>

<A NAME="getDate(int)"><!-- --></A><H3>
getDate</H3>
<PRE>
public java.util.Date <B>getDate</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getDate(int)">getDate</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>The value of the requested field as a Date.</DL>
</DD>
</DL>
<HR>

<A NAME="getSqlDate(int)"><!-- --></A><H3>
getSqlDate</H3>
<PRE>
public java.sql.Date <B>getSqlDate</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getSqlDate(int)">getSqlDate</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>The value of the requested field as a Sql Date.</DL>
</DD>
</DL>
<HR>

<A NAME="getSqlTime(int)"><!-- --></A><H3>
getSqlTime</H3>
<PRE>
public java.sql.Time <B>getSqlTime</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getSqlTime(int)">getSqlTime</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>The value of the requested field as a Sql Time.</DL>
</DD>
</DL>
<HR>

<A NAME="getSqlTimestamp(int)"><!-- --></A><H3>
getSqlTimestamp</H3>
<PRE>
public java.sql.Timestamp <B>getSqlTimestamp</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getSqlTimestamp(int)">getSqlTimestamp</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>The value of the requested field as a Sql Tiemstamp.</DL>
</DD>
</DL>
<HR>

<A NAME="getOldInt(int)"><!-- --></A><H3>
getOldInt</H3>
<PRE>
public int <B>getOldInt</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getOldInt(int)">getOldInt</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>The old value of the requested field as an integer.</DL>
</DD>
</DL>
<HR>

<A NAME="getOldLong(int)"><!-- --></A><H3>
getOldLong</H3>
<PRE>
public long <B>getOldLong</B>(int&nbsp;field)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getOldLong(int)">getOldLong</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<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>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getOldDouble(int)">getOldDouble</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<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>Specified by:</B><DD><CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html#getOldString(int)">getOldString</A></CODE> in interface <CODE><A HREF="../../../../org/amic/util/xml/RecordPacked.html">RecordPacked</A></CODE></DL>
</DD>
<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>

⌨️ 快捷键说明

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