Class PgTools

  • All Implemented Interfaces:
    IDbSource, Closeable, AutoCloseable

    public class PgTools
    extends Object
    implements IDbSource, Closeable
    Pg数据库工具 -------------------------- 该工具可以将一数据库表的元数据和数据导出到一个SQLITE中 也可以从Sqlite中恢复表 SQLite文件包含了数据表的定义和数据