Uses of Class
java.sql.SQLFeatureNotSupportedException
-
Packages that use SQLFeatureNotSupportedException 软件包 描述 java.sql 提供使用Java™编程语言访问和处理存储在数据源(通常是关系数据库)中的数据的API。javax.sql 提供用于从Java™编程语言访问和处理服务器端数据源的API。 -
-
Uses of SQLFeatureNotSupportedException in java.sql
Methods in java.sql that throw SQLFeatureNotSupportedException 变量和类型 方法 描述 Logger
Driver. getParentLogger()
返回此驱动程序使用的所有记录器的父记录器。 -
Uses of SQLFeatureNotSupportedException in javax.sql
Methods in javax.sql that throw SQLFeatureNotSupportedException 变量和类型 方法 描述 Logger
CommonDataSource. getParentLogger()
返回此数据源使用的所有记录器的父记录器。
-