【YashanDB知识库】如何使用jdbc向YashanDB批量插入gis数据
以gis表为例:drop table gis;create table gis(id number not null, pos st_geometry not null);使用如下的java代码片断,可以向gis表中插入POINT类型的gi
6小时前20
以gis表为例:drop table gis;create table gis(id number not null, pos st_geometry not null);使用如下的java代码片断,可以向gis表中插入POINT类型的gi