📄 index-all.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Apr 06 18:48:42 GMT+04:00 2000 -->
<TITLE>
: Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" ID="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <FONT ID="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <FONT ID="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="jora/package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> <FONT ID="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="help-doc.html"><FONT ID="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" ID="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<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> <HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="jora/Session.html#close()"><B>close()</B></A> -
Method in class jora.<A HREF="jora/Session.html">Session</A>
<DD>Close database session and release all resources holded by session.
<DT><A HREF="jora/Session.html#commit()"><B>commit()</B></A> -
Method in class jora.<A HREF="jora/Session.html">Session</A>
<DD>Commit makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the Connection.
<DT><A HREF="jora/Session.html#connection"><B>connection</B></A> -
Variable in class jora.<A HREF="jora/Session.html">Session</A>
<DD>
<DT><A HREF="jora/Cursor.html"><B>Cursor</B></A> - class jora.<A HREF="jora/Cursor.html">Cursor</A>.<DD>Cursor is used for successive access to records fetched by SELECT statement. </DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="jora/DataTransferError.html"><B>DataTransferError</B></A> - error jora.<A HREF="jora/DataTransferError.html">DataTransferError</A>.<DD>This error is raised when error is happened during data transfer between program and database server (for example IOException was thrown while operation with InputStream field)<DT><A HREF="jora/Cursor.html#delete()"><B>delete()</B></A> -
Method in class jora.<A HREF="jora/Cursor.html">Cursor</A>
<DD>Delete current record pointed by cursor.
<DT><A HREF="jora/Table.html#delete(java.lang.Object)"><B>delete(Object)</B></A> -
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Delete record with specified value of primary key from the table.
<DT><A HREF="jora/Table.html#delete(java.lang.Object[])"><B>delete(Object[])</B></A> -
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Delete records with specified primary keys from the table.
<DT><A HREF="jora/Table.html#delete(java.lang.Object[], jora.Session)"><B>delete(Object[], Session)</B></A> -
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Delete records with specified primary keys from the table.
<DT><A HREF="jora/Table.html#delete(java.lang.Object, jora.Session)"><B>delete(Object, Session)</B></A> -
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Delete record with specified value of primary key from the table.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="jora/Session.html#execute(java.lang.String)"><B>execute(String)</B></A> -
Method in class jora.<A HREF="jora/Session.html">Session</A>
<DD>Execute a SQL INSERT, UPDATE or DELETE statement.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="jora/Table.html#fieldSeparator"><B>fieldSeparator</B></A> -
Static variable in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Spearator of name components of compound field.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="jora/Session.html#handleSQLException(java.sql.SQLException)"><B>handleSQLException(SQLException)</B></A> -
Method in class jora.<A HREF="jora/Session.html">Session</A>
<DD>Handler of database session errors.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="jora/Table.html#insert(java.lang.Object)"><B>insert(Object)</B></A> -
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Insert new record in the table.
<DT><A HREF="jora/Table.html#insert(java.lang.Object[])"><B>insert(Object[])</B></A> -
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Insert several new records in the table.
<DT><A HREF="jora/Table.html#insert(java.lang.Object[], jora.Session)"><B>insert(Object[], Session)</B></A> -
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Insert several new records in the table.
<DT><A HREF="jora/Table.html#insert(java.lang.Object, jora.Session)"><B>insert(Object, Session)</B></A> -
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Insert new record in the table using specified database session.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="jora/package-summary.html">jora</A> - package jora<DD> </DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="jora/Cursor.html#next()"><B>next()</B></A> -
Method in class jora.<A HREF="jora/Cursor.html">Cursor</A>
<DD>A cursor is initially positioned before its first row; the first call to next makes the first row the current row; the second call makes the second row the current row, etc.
<DT><A HREF="jora/NoCurrentObjectError.html"><B>NoCurrentObjectError</B></A> - error jora.<A HREF="jora/NoCurrentObjectError.html">NoCurrentObjectError</A>.<DD>Error raised when update/remove operation is applied to cursor with no current object (before first call of <TT>next()</TT> method).<DT><A HREF="jora/NoPrimaryKeyError.html"><B>NoPrimaryKeyError</B></A> - error jora.<A HREF="jora/NoPrimaryKeyError.html">NoPrimaryKeyError</A>.<DD>Error raised when unpdate/remove operation is invoked for the table with no correct primary key defined (key was not specified or type of the key component is not atomic).</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="jora/Session.html#open(java.lang.String, java.lang.String, java.lang.String)"><B>open(String, String, String)</B></A> -
Method in class jora.<A HREF="jora/Session.html">Session</A>
<DD>Open database session.
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="jora/Table.html#queryAllByExample(java.lang.Object)"><B>queryAllByExample(Object)</B></A> -
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Select records from specified and derived database tables using <I>obj</I> object as template for selection.
<DT><A HREF="jora/Table.html#queryAllByExample(java.lang.Object, jora.Session)"><B>queryAllByExample(Object, Session)</B></A> -
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Select records from specified and derived database tables using <I>obj</I> object as template for selection.
<DT><A HREF="jora/Table.html#queryByExample(java.lang.Object)"><B>queryByExample(Object)</B></A> -
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Select records from database table using <I>obj</I> object as template for selection.
<DT><A HREF="jora/Table.html#queryByExample(java.lang.Object, jora.Session)"><B>queryByExample(Object, Session)</B></A> -
Method in class jora.<A HREF="jora/Table.html">Table</A>
<DD>Select records from database table using <I>obj</I> object as template for selection.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -