Retrieves whether this database supports batch updates.

public boolean supportsBatchUpdates()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

This supportsBatchUpdates method is specified by the supportsBatchUpdates method in the java.sql.DatabaseMetaData interface.

See Also