[cvs] expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc JDBCDataObject.java

JCorporate Ltd jcorp at jcorp2.servlets.net
Mon Jun 7 10:46:02 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc
In directory jcorp2.servlets.net:/tmp/cvs-serv10497/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc

Modified Files:
	JDBCDataObject.java 
Log Message:
add comment


Index: JDBCDataObject.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc/JDBCDataObject.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** JDBCDataObject.java	18 Feb 2004 05:38:18 -0000	1.29
--- JDBCDataObject.java	7 Jun 2004 17:46:00 -0000	1.30
***************
*** 701,705 ****
       * Refactoring to split the execution of a query statement into the query
       * part and the load part.  The DBConnection returned will have the query
!      * already executed, it is ready to
       * @param retrievedFieldList instantiate an ArrayList and the function will
       * fill out the field order that the SQL statement will have it's fields in.
--- 701,708 ----
       * Refactoring to split the execution of a query statement into the query
       * part and the load part.  The DBConnection returned will have the query
!      * already executed.
!      *
!      * SIDE-EFFECT: custom 'where' clause is set to null.
!      *
       * @param retrievedFieldList instantiate an ArrayList and the function will
       * fill out the field order that the SQL statement will have it's fields in.
***************
*** 947,951 ****
       * author Peter Pilgrim, Thu Jun 21 10:30:59 BST 2001
       *
-      * @see #getLimitationSyntax()
       * @see #searchAndRetrieveList()
       * @see #setOffsetRecord( int )
--- 950,953 ----
***************
*** 1074,1078 ****
       */
      public DataExecutorInterface getExecutor() {
!         return this.sDataExecutor;
      }
  
--- 1076,1080 ----
       */
      public DataExecutorInterface getExecutor() {
!         return sDataExecutor;
      }
  
***************
*** 1084,1088 ****
       */
      public DataQueryInterface getQueryInterface() {
!         return this.sDataQueryObject;
      }
      /**
--- 1086,1090 ----
       */
      public DataQueryInterface getQueryInterface() {
!         return sDataQueryObject;
      }
      /**



More information about the cvs mailing list