supportsResultSetType(int type)

Syntax:

boolean supportsResultSetType(int type)
                              throws SQLException

Description:

Retrieves whether this database supports the given result set type.

Parameters:

type - defined in java.sql.ResultSet

Returns:

true if so; false otherwise

Throws:

SQLException - if a database access error occurs