How can I get the name of all tables in a JavaDB database?
        Posted  
        
            by Jonas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jonas
        
        
        
        Published on 2010-05-10T21:01:26Z
        Indexed on 
            2010/05/10
            21:04 UTC
        
        
        Read the original article
        Hit count: 303
        
How can i programmatically get the names of all tables in a JavaDB database? Is there any specific SQL-statement over JDBC I can use for this or any built in function in JDBC?
I will use it for exporting the tables to XML, and would like to do it this way so I don't miss any tables from the database when exporting.
© Stack Overflow or respective owner