I didn't try the jdbc getMetaData methods. If those don't work, you can always query the system tables, i.e. :

select * from system.catalog;


On 02/10/15 21:26, Hafiz Mujadid wrote:
Hi all!

How can i get table metadata like column types in phoenix using phoenix jdbs?

thanks

Reply via email to