【发布时间】:2016-06-24 09:40:40
【问题描述】:
我使用 postgres 作为我的数据库,我想将对象发送到 Postgres。我正在使用
simpleJdbcCall.withCatalogName(datasourceCatalogName).execute(in);
变量 in 是 map<String, Object> 但我不知道如何在 Postgres 中使用该对象的字段。
我浏览了一些链接,但它们都指定将数组传递给 Postgres。
【问题讨论】:
标签: java database postgresql postgresql-9.1