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

📄 index-all.html

📁 一个OR Mapping工具
💻 HTML
📖 第 1 页 / 共 2 页
字号:
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="jora/Session.html#rollback()"><B>rollback()</B></A> - 
Method in class jora.<A HREF="jora/Session.html">Session</A>
<DD>Rollback drops all changes made since the previous commit/rollback and releases any database locks currently held by the Connection. 
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="jora/Table.html#select(java.lang.String)"><B>select(String)</B></A> - 
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Select records from database table according to search condition
<DT><A HREF="jora/Table.html#select(java.lang.String, jora.Session)"><B>select(String, Session)</B></A> - 
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Select records from database table according to search condition
<DT><A HREF="jora/Table.html#selectAll(java.lang.String)"><B>selectAll(String)</B></A> - 
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Select records from specified and derived database tables
<DT><A HREF="jora/Table.html#selectAll(java.lang.String, jora.Session)"><B>selectAll(String, Session)</B></A> - 
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Select records from specified and derived database tables
<DT><A HREF="jora/Session.html"><B>Session</B></A> - class jora.<A HREF="jora/Session.html">Session</A>.<DD>This class is reposnsible for establishing connection with database and handling database errors.<DT><A HREF="jora/Session.html#Session()"><B>Session()</B></A> - 
Constructor for class jora.<A HREF="jora/Session.html">Session</A>
<DD>Session consructor for ODBC bridge driver
<DT><A HREF="jora/Session.html#Session(java.lang.String)"><B>Session(String)</B></A> - 
Constructor for class jora.<A HREF="jora/Session.html">Session</A>
<DD>Session consructor
<DT><A HREF="jora/SessionThread.html"><B>SessionThread</B></A> - class jora.<A HREF="jora/SessionThread.html">SessionThread</A>.<DD>Class representing thread associated with users database session.   <DT><A HREF="jora/SessionThread.html#SessionThread(jora.Session)"><B>SessionThread(Session)</B></A> - 
Constructor for class jora.<A HREF="jora/SessionThread.html">SessionThread</A>
<DD>Allocates a new <code>SessionThread</code> object and associate it with  the specified session. 
<DT><A HREF="jora/SessionThread.html#SessionThread(jora.Session, java.lang.Runnable)"><B>SessionThread(Session, Runnable)</B></A> - 
Constructor for class jora.<A HREF="jora/SessionThread.html">SessionThread</A>
<DD>Allocates a new <code>SessionThread</code> object and associate it with  the specified session. 
<DT><A HREF="jora/SessionThread.html#SessionThread(jora.Session, java.lang.Runnable, java.lang.String)"><B>SessionThread(Session, Runnable, String)</B></A> - 
Constructor for class jora.<A HREF="jora/SessionThread.html">SessionThread</A>
<DD>Allocates a new <code>SessionThread</code> object. 
<DT><A HREF="jora/SessionThread.html#SessionThread(jora.Session, java.lang.String)"><B>SessionThread(Session, String)</B></A> - 
Constructor for class jora.<A HREF="jora/SessionThread.html">SessionThread</A>
<DD>Allocates a new <code>SessionThread</code> object. 
<DT><A HREF="jora/SessionThread.html#SessionThread(jora.Session, java.lang.ThreadGroup, java.lang.Runnable)"><B>SessionThread(Session, ThreadGroup, Runnable)</B></A> - 
Constructor for class jora.<A HREF="jora/SessionThread.html">SessionThread</A>
<DD>Allocates a new <code>SessionThread</code> object and associate it with  the specified session. 
<DT><A HREF="jora/SessionThread.html#SessionThread(jora.Session, java.lang.ThreadGroup, java.lang.Runnable, java.lang.String)"><B>SessionThread(Session, ThreadGroup, Runnable, String)</B></A> - 
Constructor for class jora.<A HREF="jora/SessionThread.html">SessionThread</A>
<DD>Allocates a new <code>SessionThread</code> object so that it has  <code>target</code> as its run object, has the specified  <code>name</code> as its name, and belongs to the thread group  referred to by <code>group</code>. 
<DT><A HREF="jora/SessionThread.html#SessionThread(jora.Session, java.lang.ThreadGroup, java.lang.String)"><B>SessionThread(Session, ThreadGroup, String)</B></A> - 
Constructor for class jora.<A HREF="jora/SessionThread.html">SessionThread</A>
<DD>Allocates a new <code>SessionThread</code> object. 
<DT><A HREF="jora/SQLError.html"><B>SQLError</B></A> - exception jora.<A HREF="jora/SQLError.html">SQLError</A>.<DD>Database error. </DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="jora/Table.html"><B>Table</B></A> - class jora.<A HREF="jora/Table.html">Table</A>.<DD>Table class is used to establish mapping between corteges of database  tables and Java classes. <DT><A HREF="jora/Table.html#Table(java.lang.String)"><B>Table(String)</B></A> - 
Constructor for class jora.<A HREF="jora/Table.html">Table</A>
<DD>Constructor of table with "key" and "session" parameters inherited   from base table.
<DT><A HREF="jora/Table.html#Table(java.lang.String, jora.Session)"><B>Table(String, Session)</B></A> - 
Constructor for class jora.<A HREF="jora/Table.html">Table</A>
<DD>Constructor of table without explicit key specification.  
<DT><A HREF="jora/Table.html#Table(java.lang.String, jora.Session, java.lang.String)"><B>Table(String, Session, String)</B></A> - 
Constructor for class jora.<A HREF="jora/Table.html">Table</A>
<DD>Constructor for table object. 
<DT><A HREF="jora/Table.html#Table(java.lang.String, jora.Session, java.lang.String[])"><B>Table(String, Session, String[])</B></A> - 
Constructor for class jora.<A HREF="jora/Table.html">Table</A>
<DD>Constructor for table object. 
<DT><A HREF="jora/Table.html#Table(java.lang.String, java.lang.String, jora.Session, java.lang.String)"><B>Table(String, String, Session, String)</B></A> - 
Constructor for class jora.<A HREF="jora/Table.html">Table</A>
<DD>Constructor for table object. 
<DT><A HREF="jora/Table.html#Table(java.lang.String, java.lang.String, jora.Session, java.lang.String[])"><B>Table(String, String, Session, String[])</B></A> - 
Constructor for class jora.<A HREF="jora/Table.html">Table</A>
<DD>Constructor for table object. 
<DT><A HREF="jora/Cursor.html#toArray()"><B>toArray()</B></A> - 
Method in class jora.<A HREF="jora/Cursor.html">Cursor</A>
<DD>Store all objects returned by SELECT query into array of Object.  
<DT><A HREF="jora/Cursor.html#toArray(int)"><B>toArray(int)</B></A> - 
Method in class jora.<A HREF="jora/Cursor.html">Cursor</A>
<DD>Extracts no more than <I>maxElements</I> records from database and  store them into array. 
<DT><A HREF="jora/Cursor.html#toArrayList()"><B>toArrayList()</B></A> - 
Method in class jora.<A HREF="jora/Cursor.html">Cursor</A>
<DD>Store all objects returned by SELECT query into a list of Object.  
<DT><A HREF="jora/Cursor.html#toArrayList(int)"><B>toArrayList(int)</B></A> - 
Method in class jora.<A HREF="jora/Cursor.html">Cursor</A>
<DD>Extracts no more than <I>maxElements</I> records from database and  store them into array. 
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="jora/Cursor.html#update()"><B>update()</B></A> - 
Method in class jora.<A HREF="jora/Cursor.html">Cursor</A>
<DD>Update current record pointed by cursor. 
<DT><A HREF="jora/Table.html#update(java.lang.Object)"><B>update(Object)</B></A> - 
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Update record in the table using table's primary key to locate   record in the table and values of fields of specified object <I>obj</I>  to alter record fields.
<DT><A HREF="jora/Table.html#update(java.lang.Object[])"><B>update(Object[])</B></A> - 
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Update set of records in the table using table's primary key to locate   record in the table and values of fields of objects from sepecifed  array <I>objects</I>  to alter record fields.
<DT><A HREF="jora/Table.html#update(java.lang.Object[], jora.Session)"><B>update(Object[], Session)</B></A> - 
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Update set of records in the table using table's primary key to locate   record in the table and values of fields of objects from sepecifed  array <I>objects</I>  to alter record fields.
<DT><A HREF="jora/Table.html#update(java.lang.Object, jora.Session)"><B>update(Object, Session)</B></A> - 
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Update record in the table using table's primary key to locate   record in the table and values of fields of specified object <I>obj</I>  to alter record fields.
<DT><A HREF="jora/Table.html#useDepricatedGetBigDecimal"><B>useDepricatedGetBigDecimal</B></A> - 
Static variable in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Some versions of JDBC driver doesn't support   <code>getBigDecimal(int columnIndex)</code>. 
</DL>
<HR>
<A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> 
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" ID="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="jora/package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> &nbsp;<FONT ID="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

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