| Syntax | $sql.metaData.updatesAreDetected{jdbcProfileName}{int type} |
| Documentation | Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.:
Paramter:
type - the ResultSet type; one of ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVE
Returns:
1 if changes are detected by the result set type; 0 otherwise
Throws:
SQLException - if a database access error occurs
|
| Examples |
|
| Group | SQL |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 2 |