Retrieves whether a catalog name can be used in a privilege definition statement.

public boolean supportsCatalogsInPrivilegeDefinitions()

Return Value

True if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also