📄 forum.html
字号:
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="rs"><!-- --></A><H3>
rs</H3>
<PRE>
public java.sql.ResultSet <B>rs</B></PRE>
<DL>
<DD>The ResultSet with the contents of the queries retrieved.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="errMsg"><!-- --></A><H3>
errMsg</H3>
<PRE>
public java.lang.String <B>errMsg</B></PRE>
<DL>
<DD>The last error message string.
<P>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="Forum(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
Forum</H3>
<PRE>
public <B>Forum</B>(java.lang.String lib, java.lang.String driver, java.lang.String user, java.lang.String password, java.lang.String url)</PRE>
<DL>
<DD>Creates a Forum instance.
<P>
<DT><B>Parameters:</B><DD><CODE>lib</CODE> - The context for this instance. Can be any string.<DD><CODE>driver</CODE> - The JDBC driver.<DD><CODE>user</CODE> - The user who connects to the database.<DD><CODE>password</CODE> - The user password.<DD><CODE>url</CODE> - The database URL. As described by the JDBC driver.</DL>
<!-- ============ 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="totalForum()"><!-- --></A><H3>
totalForum</H3>
<PRE>
public void <B>totalForum</B>()</PRE>
<DL>
<DD>Creates a result set with all the groups of messages within the current context. The fields returned are (in order): <pre> fidtheme - The theme of this group of messages. fday - The date when it was posted. fhour - The hour when it was posted. flogin - The user name given. ftheme - The theme or subject of the message. flast - The last date when a message was posted. fcount - The total messages posted to this theme. </pre>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="theme(int)"><!-- --></A><H3>
theme</H3>
<PRE>
public void <B>theme</B>(int idTheme)</PRE>
<DL>
<DD>Creates a result set with all the messages within the idtheme. The fields returned are (in order): <pre> fidtheme - The theme of this group of messages. fday - The date when it was posted. fhour - The hour when it was posted. flogin - The user name given. ftheme - The theme or subject of the message. ftext - The message itself. </pre>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>idTheme</CODE> - The idtheme requested.</DL>
</DD>
</DL>
<HR>
<A NAME="insert(int, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
insert</H3>
<PRE>
public void <B>insert</B>(int idTheme, java.lang.String login, java.lang.String theme, java.lang.String text)</PRE>
<DL>
<DD>Inserts a message into a theme within the current context.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>idTheme</CODE> - The idtheme where to insert the message.<DD><CODE>login</CODE> - The user login.<DD><CODE>theme</CODE> - The subject of the message.<DD><CODE>text</CODE> - The message.</DL>
</DD>
</DL>
<HR>
<A NAME="delete(int, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
delete</H3>
<PRE>
public void <B>delete</B>(int idTheme, java.lang.String day, java.lang.String hour, java.lang.String login)</PRE>
<DL>
<DD>Delete a message from a theme within the current context.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>idTheme</CODE> - The idtheme of the message to delete.<DD><CODE>day</CODE> - The day of the message to delete.<DD><CODE>hour</CODE> - The hour of the message to delete.<DD><CODE>login</CODE> - The user login.</DL>
</DD>
</DL>
<HR>
<A NAME="disconnect()"><!-- --></A><H3>
disconnect</H3>
<PRE>
public void <B>disconnect</B>()</PRE>
<DL>
<DD>Disconnect the forum instance from the database.
<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> </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>
<b>Amic utility<br> classes</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV CLASS
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="Forum.html" TARGET="_top"><B>NO FRAMES</B></A>
<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: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <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 + -