The JDBC methods work just fine. You're really better off using them, rather than querying the internal tables, because if implementation details change, your code will break. On 2 Oct 2015 21:29, "Konstantinos Kougios" <[email protected]> wrote:
> 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 >> > >
