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 Modifier and Type 方法 描述 Logger
Driver. getParentLogger()
返回此驱动程序使用的所有日志记录器的父记录器。 -
Uses of SQLFeatureNotSupportedException in javax.sql
Methods in javax.sql that throw SQLFeatureNotSupportedException Modifier and Type 方法 描述 Logger
CommonDataSource. getParentLogger()
返回此数据源使用的所有日志记录器的父记录器。
-