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