Daniel John Debrunner wrote:
Kathey Marsden wrote:
In looking at DERBY-3000 it occurred to me that perhaps we should
return GLOBAL TEMPORARY in getTableTypes() or is there a reason that
we do not?
Why would we?
getTableTypes(): Retrieves the table types available in this database.
Sorry, always get confused that 'global' tempoary tables are not what I
would call global (to me global would mean available outside of the
connection).
However, Derby's GLOBAL TEMPORARY tables do not appear in JDBC meta data
so probably getTableTypes() should not return them.
Dan.