package Method; public class GetDatabaseTable { static String[] tables= { "tb_achor", "tb_department", "tb_display", "tb_fence", "tb_history_power", "tb_historyinwarning", "tb_icon", "tb_kaoqing", "tb_map", "tb_namelist", "tb_offanch", "tb_offtag", "tb_password", "tb_person", "tb_realinwarning", "tb_realkaoqing", "tb_realocation", "tb_realpositoin", "tb_statusanchor", "tb_statustag", "tb_style", "tb_summarytag", "tb_system", "tb_tag", "tb_tagpower", "tb_track", "tb_user", "tb_warning" }; public static String[] tables() { return tables; } }