Retrieves whether this database supports positioned UPDATE statements.
public boolean supportsPositionedUpdate()
Return Value
True if supported. Otherwise, false.
Exceptions
Remarks
This supportsPositionedUpdate method is specified by the supportsPositionedUpdate method in the java.sql.DatabaseMetaData interface.