cmlenz 2002/08/27 07:07:16
Modified: src/stores/org/apache/slide/store/impl/rdbms JDBCStore.java
Log:
added javadoc comment
Revision Changes Path
1.15 +8 -5
jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/JDBCStore.java
Index: JDBCStore.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/JDBCStore.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- JDBCStore.java 23 Aug 2002 11:21:40 -0000 1.14
+++ JDBCStore.java 27 Aug 2002 14:07:16 -0000 1.15
@@ -178,7 +178,10 @@
/**
- *
+ * The adapter that much of the actual database interaction (SQL selects and
+ * updates) will be delegated to. By default this will be an instance of
+ * StandardRDBMSAdapter, but it may be configured by the user to allow the
+ * use of specialized database support.
*/
private RDBMSAdapter adapter;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>