I think it could be a nicee thing to support CGTT and MQT on DB2.
--
class DB2Database
..
protected List<TableDefinition> getTables0() throws SQLException {
...
- q.addConditions(Tables.TYPE.in("T", "V")); // tables and views
+ q.addConditions(Tables.TYPE.in("T", "V", "G", "S")); // tables,
views, CGTT and MQT
->
http://www.ibm.com/developerworks/data/library/techarticle/dm-0912globaltemptable/index.html
-> http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp: create
table statement
Tobias