Mark Rose wrote: > I'm interested in importing data into Derby databases from other > sources, and the ability in Derby to have Java classes return > ResultSets that can be used as dynamic tables seemed promising:
There have been some discussion to externalize the current internal virtual table support into something more standard. A first step was is described in http://issues.apache.org/jira/browse/DERBY-571 This took some of the internal diagnostic tables from the vti form SELECT * FROM NEW org.apache.derby.diag.LockTable() as LOCK_TABLE to a regular table syntax SELECT * FROM SYSCS_DIAG.LOCK_TABLE There are some discussions in the derby-dev archives about the next steps. If you want to move this forward then join in the derby developer community, I'd be willing to help out. Thanks, Dan.
