From: jeffreylyon at mac.com (Jeffrey Lyon) Date: Tue, 10 Oct 2006 22:46:23 -0400 Subject: [Pljava-dev] Missing JDBC Features? Message-ID: Hello, It appears as though ParameterMetaData.getParameterClassName(index) is unsupported, ParameterMetaData.getParameterType(index) always returns a java.sql.Types.VARCHAR and PreparedQuery.setObject(index, value, type) fails when (value==null) with the PL/Java JDBC driver (OS X 10.4.9, Pgsql 8.1.3, Java 1.5, PL/Java 1.3. Can anyone confirm this? Workaround? Thanks, Jeff