1
edit
Changes
no edit summary
<pre>
Summary of reading the javadoc documentation of the SQLAdapter class
A. The Structure of SQLAdapter
SQLAdatper (m_adapter), SQLAppender (m_appender), SQLConnection (m_connection)
- the constructor that takes a reference to an SQLAdapter:
B. A List of 18 Abstract Methods
1. abstract void analyzeTable(Table table)