Hi Pham, You can just use the regular jdbc metadata API. See the getTables method in http://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html.
Simon On Sat, May 10, 2014 at 1:17 PM, Tu Pham Phuong <[email protected]> wrote: > Hi all, > > I have a question is "How to list all table, show table describe in > Phoenix ?" Without this fearture, it's relly hard to administration phoenix. > > Thanks a lot. > > -- > *-----------------------------------------* > * Back-end & Big data developerPham Phuong Tu* > > > >
