Getting Array base type information from DatabaseMetaData

Dave Cramer davecramer at gmail.com
Fri Oct 1 13:12:25 UTC 2021


Greetings,

I'm looking at how to provide base type information for arrays from
DatabaseMetaData

getColumns has no way to return the base type. The best we can do is return
Types.Array.

Seems to me this is a gap. Am I missing something?

Regards,
Dave Cramer


More information about the jdbc-spec-discuss mailing list