[cvs] expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db DBConnection.java

JCorporate Ltd jcorp at jcorp2.servlets.net
Thu Sep 9 10:05:00 PDT 2004


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

Modified Files:
	DBConnection.java 
Log Message:
deprecate func moved to dbconnpool


Index: DBConnection.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/DBConnection.java,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** DBConnection.java	17 Jun 2004 19:38:33 -0000	1.46
--- DBConnection.java	9 Sep 2004 17:04:58 -0000	1.47
***************
*** 633,639 ****
       * author	  Yves Henri AMAIZO (Creation)
       * @since Expresso 5.0
-      * @todo reinstate this function.
       */
- 
      public synchronized void connect(JndiDataSource newJndiDS) throws DBException {
          createdTime = System.currentTimeMillis();
--- 633,637 ----
***************
*** 2002,2007 ****
       * Return a vector of wild card characters for this database type.
       * This can be used to determine if the search criteria supplied by a
!      * user has wild-card characters in it or is an exact match
       *
       * @return    A list of the wild-card characters used by
       *            this database connection
--- 2000,2006 ----
       * Return a vector of wild card characters for this database type.
       * This can be used to determine if the search criteria supplied by a
!      * user has wild-card characters in it or is an exact match.
       *
+      * @deprecated use DBConnectionPool.getDefaultWildCards() instead
       * @return    A list of the wild-card characters used by
       *            this database connection



More information about the cvs mailing list