You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/03/23 01:17:52 UTC

cvs commit: jakarta-turbine/docs db-adapters.html

dlr         01/03/22 16:17:52

  Modified:    docs     db-adapters.html
  Log:
  Corrected package names.
  
  Revision  Changes    Path
  1.21      +4 -2      jakarta-turbine/docs/db-adapters.html
  
  Index: db-adapters.html
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/docs/db-adapters.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- db-adapters.html	2001/03/21 17:53:28	1.20
  +++ db-adapters.html	2001/03/23 00:17:52	1.21
  @@ -131,7 +131,8 @@
         <tr><td>
           <blockquote>
                                       <p>
  -A database adapter class is a class that extends org.apache.turbine.db.pool.DB
  +A database adapter class is a class that extends 
  +<code>org.apache.turbine.util.db.pool.DB</code>
   and encapsulates access to a specific RDBMS implementation. Database
   adapter classes already found in Turbine include DBOracle, DBMM, DBSybase,
   etc. These classes allow Turbine to gain access to a wide range of databases
  @@ -156,7 +157,8 @@
   <ul>
       <li>
           Create a new class DB&lt;dbname&gt; that extends
  -        org.apache.turbine.db.adapter.DB (where dbname is the name of the
  +        <code>org.apache.turbine.util.db.adapter.DB</code> (where
  +        dbname is the name of the
           database or database driver you wish to add to Turbine). DB is an
           abstract class, so you need to implement a number of methods.</li>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org