JDBC and Connector/J 22 JDBC Support (Adult webspace) within 3.0.1

JDBC and Connector/J 22 JDBC Support within 3.0.1 As we mentioned earlier, the Connector/J JDBC driver is able to support only those features of the specification that the underlying MySQL database supports. Instead of explaining what is supported from the specification, we document here what currently is not supported. From a class standpoint, the following classes have some functionality not supported: Blob Clob Connection PreparedStatement ResultSet UpdatableResultSet CallableStatement Next we list each of the major interfaces with the individual methods not supported in the current version. As the MySQL database begins to support the underlying functionality needed for each of the classes and methods, the list will get shorter. For example, stored procedures are planned for a future release of the database and thus the CallableResultSet interface could then be implemented. Blob Blob.setBinaryStream() Blob.setBytes() Blob.truncate() Clob setAsciiStream() setCharacterStream() setString() truncate() Connection Connection.setSavePoint() Connection.setTypeMap() Connection.getTypeMap()
Quick Hint: If you are looking for best quality webspace to host and run your tomcat application check Vision tomcat hosting services

Comments are closed.