Changes

Jump to: navigation, search

PostgreSQl Adatper-nexj/research notes SQLSchemaManager

82 bytes added, 10:38, 20 January 2011
no edit summary
SQLAdatper (m_adapter), SQLAppender (m_appender), SQLConnection (m_connection)
* Note: What does SQLAppender do? It might 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)
14. protected abstract SQLSchemaManager.SQLAppender getDynamicSQLAppender( java.lang.StringBuffer buf)
Wraps a string buffer with an appender for generating dynamic SQL.
1
edit

Navigation menu