标签: jdbc connection metadata
jdbc:有没有办法检查当前连接中是否存在表?
connection.getMetaData().getTables(catalog, schema, table, ...)
它需要架构和catelog。