Can we get more info from data sources?

I am writing a plugin that uses the data source API, and would like to access more than the 7 fields that are included in the database meta data.

I see in the getColumns method that there are 'remarks' and 'default' columns that would be useful.

The type name from java.sql.Types would be nice, but the numeric id makes it easy enough to derive.

Is there a way to get that info?

Larry

0
Avatar
Permanently deleted user

Bah, as soon as you ask, the answer comes to you:

e.getAttribute("xmlns").delete();

0

请先登录再写评论。