DatabaseMetaData.supportsSchemasInPrivilegeDefinitions

DatabaseMetaData.supportsSchemasInPrivilegeDefinitions

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean supportsSchemasInPrivilegeDefinitions() throws SQLException
Returns
true if so
Description
Can a schema name be used in a privilege definition statement?

Exceptions
SQLException if a database-access error occurs.


Send feedback to MSDN.Look here for MSDN Online resources.