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

📄 allnames.html

📁 一个OR Mapping工具
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jun 24 11:20:26 GMT+00:00 1998 -->
<title>
  Index of all Fields and Methods
</title>
</head>
<body>
<a name="_top_"></a>
<pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a></pre><hr>
<a href="#Thumb-A">A</a>
<a href="#Thumb-B">B</a>
<a href="#Thumb-C">C</a>
<a href="#Thumb-D">D</a>
<a href="#Thumb-E">E</a>
<a href="#Thumb-F">F</a>
<a href="#Thumb-G">G</a>
<a href="#Thumb-H">H</a>
<a href="#Thumb-I">I</a>
<a href="#Thumb-J">J</a>
<a href="#Thumb-K">K</a>
<a href="#Thumb-L">L</a>
<a href="#Thumb-M">M</a>
<a href="#Thumb-N">N</a>
<a href="#Thumb-O">O</a>
<a href="#Thumb-P">P</a>
<a href="#Thumb-Q">Q</a>
<a href="#Thumb-R">R</a>
<a href="#Thumb-S">S</a>
<a href="#Thumb-T">T</a>
<a href="#Thumb-U">U</a>
<a href="#Thumb-V">V</a>
<a href="#Thumb-W">W</a>
<a href="#Thumb-X">X</a>
<a href="#Thumb-Y">Y</a>
<a href="#Thumb-Z">Z</a>

<hr>
<h1>
  Index of all Fields and Methods
</h1>
<a name="Thumb-A"></a>
<a name="Thumb-B"></a>
<a name="Thumb-C"></a>
<h2>
<a name="Thumb-C"><b> C </b></a>
</h2>
<dl>
  <dt> 	<a href="jora.Session.html#close()"><b>close</b></a>().
Method in class jora.<a href="jora.Session.html#_top_">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#_top_">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#_top_">Session</a>
  <dd> 
</dl>
<a name="Thumb-D"></a>
<hr>
<h2>
<a name="Thumb-D"><b> D </b></a>
</h2>
<dl>
  <dt> 	<a href="jora.Cursor.html#delete()"><b>delete</b></a>().
Method in class jora.<a href="jora.Cursor.html#_top_">Cursor</a>
  <dd> Delete current record pointed by cursor.
  <dt> 	<a href="jora.Table.html#delete(java.lang.Object)"><b>delete</b></a>(Object).
Method in class jora.<a href="jora.Table.html#_top_">Table</a>
  <dd> Delete record with specified value of primary key from the table.
</dl>
<a name="Thumb-E"></a>
<hr>
<h2>
<a name="Thumb-E"><b> E </b></a>
</h2>
<dl>
  <dt> 	<a href="jora.Session.html#execute(java.lang.String)"><b>execute</b></a>(String).
Method in class jora.<a href="jora.Session.html#_top_">Session</a>
  <dd>  Execute a SQL INSERT, UPDATE or DELETE statement.
</dl>
<a name="Thumb-F"></a>
<hr>
<h2>
<a name="Thumb-F"><b> F </b></a>
</h2>
<dl>
  <dt> 	<a href="jora.Table.html#fieldSeparator"><b>fieldSeparator</b></a>.
Static variable in class jora.<a href="jora.Table.html#_top_">Table</a>
  <dd> Spearator of name components of compound field.
</dl>
<a name="Thumb-G"></a>
<a name="Thumb-H"></a>
<hr>
<h2>
<a name="Thumb-H"><b> H </b></a>
</h2>
<dl>
  <dt> 	<a href="jora.Session.html#handleSQLException(java.sql.SQLException)"><b>handleSQLException</b></a>(SQLException).
Method in class jora.<a href="jora.Session.html#_top_">Session</a>
  <dd> Handler of database session errors.
</dl>
<a name="Thumb-I"></a>
<hr>
<h2>
<a name="Thumb-I"><b> I </b></a>
</h2>
<dl>
  <dt> 	<a href="jora.Table.html#insert(java.lang.Object)"><b>insert</b></a>(Object).
Method in class jora.<a href="jora.Table.html#_top_">Table</a>
  <dd> Insert new record in the table.
</dl>
<a name="Thumb-J"></a>
<a name="Thumb-K"></a>
<a name="Thumb-L"></a>
<a name="Thumb-M"></a>
<a name="Thumb-N"></a>
<hr>
<h2>
<a name="Thumb-N"><b> N </b></a>
</h2>
<dl>
  <dt> 	<a href="jora.Cursor.html#next()"><b>next</b></a>().
Method in class jora.<a href="jora.Cursor.html#_top_">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.
</dl>
<a name="Thumb-O"></a>
<hr>
<h2>
<a name="Thumb-O"><b> O </b></a>
</h2>
<dl>
  <dt> 	<a href="jora.Session.html#open(java.lang.String, java.lang.String, java.lang.String)"><b>open</b></a>(String, String, String).
Method in class jora.<a href="jora.Session.html#_top_">Session</a>
  <dd> Open database session.
</dl>
<a name="Thumb-P"></a>
<a name="Thumb-Q"></a>
<hr>
<h2>
<a name="Thumb-Q"><b> Q </b></a>
</h2>
<dl>
  <dt> 	<a href="jora.Table.html#queryAllByExample(java.lang.Object)"><b>queryAllByExample</b></a>(Object).
Method in class jora.<a href="jora.Table.html#_top_">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</b></a>(Object).
Method in class jora.<a href="jora.Table.html#_top_">Table</a>
  <dd> Select records from database table using <I>obj</I> object as 
 template for selection.
</dl>
<a name="Thumb-R"></a>
<hr>
<h2>
<a name="Thumb-R"><b> R </b></a>
</h2>
<dl>
  <dt> 	<a href="jora.Session.html#rollback()"><b>rollback</b></a>().
Method in class jora.<a href="jora.Session.html#_top_">Session</a>
  <dd>  Rollback drops all changes made since the previous
 commit/rollback and releases any database locks currently held
 by the Connection.
</dl>
<a name="Thumb-S"></a>
<hr>
<h2>
<a name="Thumb-S"><b> S </b></a>
</h2>
<dl>
  <dt> 	<a href="jora.Table.html#select(java.lang.String)"><b>select</b></a>(String).
Method in class jora.<a href="jora.Table.html#_top_">Table</a>
  <dd> Select records from database table according to search condition
 
 
  <dt> 	<a href="jora.Table.html#selectAll(java.lang.String)"><b>selectAll</b></a>(String).
Method in class jora.<a href="jora.Table.html#_top_">Table</a>
  <dd> Select records from specified and derived database tables
 
 
  <dt> 	<a href="jora.Session.html#Session()"><b>Session</b></a>().
Constructor for class jora.<a href="jora.Session.html#_top_">Session</a>
  <dd> Session consructor for ODBC bridge driver

  <dt> 	<a href="jora.Session.html#Session(java.lang.String)"><b>Session</b></a>(String).
Constructor for class jora.<a href="jora.Session.html#_top_">Session</a>
  <dd> Session consructor
 
 
</dl>
<a name="Thumb-T"></a>
<hr>
<h2>
<a name="Thumb-T"><b> T </b></a>
</h2>
<dl>
  <dt> 	<a href="jora.Table.html#Table(java.lang.String)"><b>Table</b></a>(String).
Constructor for class jora.<a href="jora.Table.html#_top_">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</b></a>(String, Session).
Constructor for class jora.<a href="jora.Table.html#_top_">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</b></a>(String, Session, String).
Constructor for class jora.<a href="jora.Table.html#_top_">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</b></a>(String, String, Session, String).
Constructor for class jora.<a href="jora.Table.html#_top_">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#_top_">Cursor</a>
  <dd> Store all objects returned by SELECT query into array of Object.
  <dt> 	<a href="jora.Cursor.html#toArray(int)"><b>toArray</b></a>(int).
Method in class jora.<a href="jora.Cursor.html#_top_">Cursor</a>
  <dd> Extracts no more than <I>maxElements</I> records from database and
  store them into array.
</dl>
<a name="Thumb-U"></a>
<hr>
<h2>
<a name="Thumb-U"><b> U </b></a>
</h2>
<dl>
  <dt> 	<a href="jora.Cursor.html#update()"><b>update</b></a>().
Method in class jora.<a href="jora.Cursor.html#_top_">Cursor</a>
  <dd> Update current record pointed by cursor.
  <dt> 	<a href="jora.Table.html#update(java.lang.Object)"><b>update</b></a>(Object).
Method in class jora.<a href="jora.Table.html#_top_">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.
</dl>
<a name="Thumb-V"></a>
<a name="Thumb-W"></a>
<a name="Thumb-X"></a>
<a name="Thumb-Y"></a>
</body>
</html>

⌨️ 快捷键说明

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