Open main menu

CDOT Wiki β

Changes

PostgreSQl Adatper-nexj/research notes SQLSchemaManager

14 bytes removed, 22:21, 19 January 2011
no edit summary
<pre>
'''1/19/2011 (Peter Liu)
Summary of reading the javadoc documentation of the SQLAdapter class
'''
A. The Structure of SQLAdapter
SQLAdatper (m_adapter), SQLAppender (m_appender), SQLConnection (m_connection)
'''* Note: What does SQLAppender do? It may help us to understand what the append methods do in the SQLAdapter class.'''
- the constructor that takes a reference to an SQLAdapter:
B. A List of 18 Abstract Methods
'''* Note: Some of the abstract methods are implemented in the MySQLSchemaManager class to return null.'''
1. abstract void analyzeTable(Table table)
1
edit