Retrieves whether this database supports savepoints.

public boolean supportsSavepoints()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also