| Syntax | $sql.metaData.insertsAreDetected{jdbcProfileName}{type} |
| Documentation | Retrieves whether or not a visible row insert can be detected by calling the method ResultSet.rowInserted.:
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 specified 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 |