resultsetinfo.html
来自「SUN公司官方J2EE中文帮助文档 应该不错 有兴趣的下来看看 html格式的」· HTML 代码 · 共 388 行 · 第 1/2 页
HTML
388 行
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="updatesAreDetected(int)"><!-- --></A><H3>
updatesAreDetected</H3>
<PRE>
public boolean <B>updatesAreDetected</B>(int type)
throws <A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></PRE>
<DL>
<DD>Indicates whether or not a visible row update can be detected
by calling the method <code>ResultSet.rowUpdated</code>.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - type of the ResultSet i.e. ResultSet.TYPE_XXX<DT><B>Returns:</B><DD>true if changes are detected by the result set
type; false otherwise<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></CODE> - Failed to get the information<DT><B>See Also: </B><DD><CODE>ResultSet.rowUpdated()</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="insertsAreDetected(int)"><!-- --></A><H3>
insertsAreDetected</H3>
<PRE>
public boolean <B>insertsAreDetected</B>(int type)
throws <A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></PRE>
<DL>
<DD>Indicates whether or not a visible row insert can be detected
by calling ResultSet.rowInserted.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - type of the ResultSet i.e. ResultSet.TYPE_XXX<DT><B>Returns:</B><DD>true if changes are detected by the result set
type; false otherwise<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></CODE> - Failed to get the information<DT><B>See Also: </B><DD><CODE>ResultSet.rowInserted()</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="deletesAreDetected(int)"><!-- --></A><H3>
deletesAreDetected</H3>
<PRE>
public boolean <B>deletesAreDetected</B>(int type)
throws <A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></PRE>
<DL>
</DL>
<HR>
<A NAME="supportsResultSetType(int)"><!-- --></A><H3>
supportsResultSetType</H3>
<PRE>
public boolean <B>supportsResultSetType</B>(int type)
throws <A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></PRE>
<DL>
<DD>Indicates whether or not a resource adapter supports a type
of ResultSet.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - type of the ResultSet i.e. ResultSet.TYPE_XXX<DT><B>Returns:</B><DD>true if ResultSet type supported; false otherwise<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></CODE> - Failed to get the information</DL>
</DD>
</DL>
<HR>
<A NAME="supportsResultTypeConcurrency(int, int)"><!-- --></A><H3>
supportsResultTypeConcurrency</H3>
<PRE>
public boolean <B>supportsResultTypeConcurrency</B>(int type,
int concurrency)
throws <A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></PRE>
<DL>
<DD>Indicates whether or not a resource adapter supports the
concurrency type in combination with the given ResultSet type/<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - type of the ResultSet i.e. ResultSet.TYPE_XXX<DD><CODE>concurrency</CODE> - ResultSet concurrency type defined in
java.sql.ResultSet<DT><B>Returns:</B><DD>true if the specified combination supported; false otherwise<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></CODE> - Failed to get the information</DL>
</DD>
</DL>
<HR>
<A NAME="othersUpdatesAreVisible(int)"><!-- --></A><H3>
othersUpdatesAreVisible</H3>
<PRE>
public boolean <B>othersUpdatesAreVisible</B>(int type)
throws <A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></PRE>
<DL>
<DD>Indicates whether updates made by others are visible.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - type of the ResultSet i.e. ResultSet.TYPE_XXX<DT><B>Returns:</B><DD>true if updates by others are visible for the
ResultSet type; false otherwise<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></CODE> - Failed to get the information</DL>
</DD>
</DL>
<HR>
<A NAME="othersDeletesAreVisible(int)"><!-- --></A><H3>
othersDeletesAreVisible</H3>
<PRE>
public boolean <B>othersDeletesAreVisible</B>(int type)
throws <A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></PRE>
<DL>
<DD>Indicates whether deletes made by others are visible.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - type of the ResultSet i.e. ResultSet.TYPE_XXX<DT><B>Returns:</B><DD>true if deletes by others are visible for the
ResultSet type; false otherwise<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></CODE> - Failed to get the information</DL>
</DD>
</DL>
<HR>
<A NAME="othersInsertsAreVisible(int)"><!-- --></A><H3>
othersInsertsAreVisible</H3>
<PRE>
public boolean <B>othersInsertsAreVisible</B>(int type)
throws <A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></PRE>
<DL>
<DD>Indicates whether inserts made by others are visible.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - type of the ResultSet i.e. ResultSet.TYPE_XXX<DT><B>Returns:</B><DD>true if inserts by others are visible for the
ResultSet type; false otherwise<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></CODE> - Failed to get the information</DL>
</DD>
</DL>
<HR>
<A NAME="ownUpdatesAreVisible(int)"><!-- --></A><H3>
ownUpdatesAreVisible</H3>
<PRE>
public boolean <B>ownUpdatesAreVisible</B>(int type)
throws <A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></PRE>
<DL>
</DL>
<HR>
<A NAME="ownInsertsAreVisible(int)"><!-- --></A><H3>
ownInsertsAreVisible</H3>
<PRE>
public boolean <B>ownInsertsAreVisible</B>(int type)
throws <A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></PRE>
<DL>
</DL>
<HR>
<A NAME="ownDeletesAreVisible(int)"><!-- --></A><H3>
ownDeletesAreVisible</H3>
<PRE>
public boolean <B>ownDeletesAreVisible</B>(int type)
throws <A HREF="../../../javax/resource/ResourceException.html">ResourceException</A></PRE>
<DL>
</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=2 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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../javax/resource/cci/ResultSet.html"><B>PREV CLASS</B></A>
<A HREF="../../../javax/resource/cci/Streamable.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>
<A HREF="ResultSetInfo.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?