/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.redPandaLib.database;
import java.sql.SQLException;
/**
*
* @author rflohr
*/
public class ShowTablesMain {
// public static void main(String[] args) throws SQLException {
// DirectMessageStore hsqlMessageStore = new DirectMessageStore();
// hsqlMessageStore.showTablePubkey();
// hsqlMessageStore.showTableMessage();
// }
}