文章 2025-04-02 来自:开发者社区

YashanDB JDBC驱动应用示例

本文内容来自YashanDB官网,原文内容请见 https://doc.yashandb.com/yashandb/23.3/zh/%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%89%8B/%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%E5%BC%80%E5%8F%91/JDBC%E9%A9%B1%E5%8A%A8%E5%BA%94%E7...

文章 2025-03-26 来自:开发者社区

【YashanDB知识库】Springboot启动找不到崖山jdbc驱动的问题处理

本文内容来自YashanDB官网,原文内容请见 https://www.yashandb.com/newsinfo/7441391.html?templateId=1718516 问题描述 springboot应用启动报找不到崖山jdbc驱动错误,但去应用lib目录下发现驱动文件yashandb-jdbc-1.6.9.jar是有的: Caused...

文章 2025-03-26 来自:开发者社区

【YashanDB知识库】私有maven使用崖山JDBC驱动

本文内容来自YashanDB官网,原文内容请见 https://www.yashandb.com/newsinfo/7281312.html?templateId=1718516 将yashandb-jdbc-1.5.1.jar打包进mavan本地仓库 mvn install:install-file -Dfile=F:\developRE\yashan\dbeav...

文章 2025-03-24 来自:开发者社区

【YashanDB知识库】WAS配置YashanDB JDBC连接

新建JDBC提供程序点击”JDBC提供程序”,选择作用域数据库类型选择”用户定义的”实现类名:com.yashandb.jdbc.pool.YasConnectionPoolDataSource (关键)名称:可自定 点击”下一步”,输入JDBC驱动所在位置 检查无误,点击”完成” 新建数据源点击”数据源”,选择作用域,点击”新建” 输入数据源名,JNDI名 选择前面新建的JDBC提供程序 下一....

【YashanDB知识库】WAS配置YashanDB JDBC连接
文章 2025-03-23 来自:开发者社区

【YashanDB知识库】YashanDB JDBC查询时抛出YAS-02094

YashanDB JDBC查询时抛出YAS-02094 current session has been killed or canceled异常首页 ꁇ YashanDB JDBC查询时抛出YAS-02094 current session has been killed or canceled异常业务在执行SQL语句时抛出了YAS-02094 current session has been....

文章 2025-03-23 来自:开发者社区

【YashanDB知识库】YashanDB JDBC驱动查询时抛出io fail:Read timed out异常

业务在执行SQL语句时抛出了io fail:Read timed out异常,堆栈如下: WARN com.yashandb.SessionImpl -- Discarding SQLException on close: This socket has been closed. com.yashandb.jdbc.exception.YasException: io...

文章 2025-03-21 来自:开发者社区

【YashanDB知识库】YashanDB JDBC驱动查询时抛出io fail:Read timed out异常

本文内容来自YashanDB官网,原文内容请见https://yashandb.com/newsinfo/7849026.html?templateId=1718516 业务在执行SQL语句时抛出了io fail:Read timed out异常,堆栈如下: WARN com.yashandb.SessionImpl -- Discarding ...

文章 2025-03-21 来自:开发者社区

【YashanDB知识库】YashanDB JDBC查询时抛出YAS-02094

本文内容来自YashanDB官网,原文内容请见https://yashandb.com/newsinfo/7849025.html?templateId=1718516 YashanDB JDBC查询时抛出YAS-02094 current session has been killed or canceled异常首页 ꁇ YashanDB JDBC查询时抛出YAS-020...

文章 2025-03-21 来自:开发者社区

【YashanDB知识库】如何使用jdbc向YashanDB批量插入gis数据

本文内容来自YashanDB官网,原文内容请见 https://www.yashandb.com/newsinfo/7817897.html?templateId=1718516 以gis表为例: drop table gis; create table gis(id number not null, pos st_geometry not null); 使用...

文章 2025-03-20 来自:开发者社区

【YashanDB知识库】如何使用jdbc向YashanDB批量插入gis数据

本文内容来自YashanDB官网,原文内容请见 https://www.yashandb.com/newsinfo/7817897.html?templateId=1718516 以gis表为例: drop table gis; create table gis(id number not null, pos st_geometry not null); 使用...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。