How to find the OWNER of a table with JDBC metaData?
843854Jan 7 2003 — edited Jan 9 2003Hi,
i write a dynamique dataBase gui for multiple dataBase (oracle, postgre..)
I want to use JDBC meta data to configure the gui
I can't find methode to optain a specifique table list for a owner...
with getTablePrivileges I see the Grantor but not the owner (the grantor isn't always the owner)
and I can't use schema because schema isn't supported by postgre
some one can help me ?
thanks a lot
Christophe