|
From: <pe...@us...> - 2004-01-03 20:36:37
|
Update of /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/sql
In directory sc8-pr-cvs1:/tmp/cvs-serv10245/src/java/org/neuclear/commons/sql
Modified Files:
SQLContext.java
Log Message:
Renamed HeldTransfer to Exchange
Dropped valuetime from the request objects.
Doesnt yet compile. New commit to follow soon.
Index: SQLContext.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/sql/SQLContext.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SQLContext.java 2 Jan 2004 23:19:03 -0000 1.3
--- SQLContext.java 3 Jan 2004 20:36:33 -0000 1.4
***************
*** 27,30 ****
--- 27,35 ----
$Id$
$Log$
+ Revision 1.4 2004/01/03 20:36:33 pelle
+ Renamed HeldTransfer to Exchange
+ Dropped valuetime from the request objects.
+ Doesnt yet compile. New commit to follow soon.
+
Revision 1.3 2004/01/02 23:19:03 pelle
Added StatementFactory pattern and refactored the ledger to use it.
***************
*** 66,70 ****
* @throws SQLException
*/
! public void close() throws SQLException, IOException {
getConnection().close();
set(null);
--- 71,75 ----
* @throws SQLException
*/
! public void close() throws SQLException {
getConnection().close();
set(null);
|