The InterClient Connection Class
Go Up to InterClient Scrollability
To achieve JDBC 2.0 core compliance, InterClient now allows a value of TYPE_SCROLL_INSENSITIVE
for the resultSetType
argument for the following Connection
methods:
public java.sql.Statement createStatement (int resultSetType, int resultSetConcurrency) public java.sql.CallableStatement prepareCall (String sql, int resultSetType, int resultSetConcurrency) public java.sql.PreparedStatement prepareStatement (String sql, int resultSetType, int resultSetConcurrency) Previously, the only allowable value for resultSetType was TYPE_FORWARD_ONLY. Currently, the only type not allowed is the TYPE_SCROLL_SENSITIVE