共用方式為


allTablesAreSelectable Method (SQLServerDatabaseMetaData)

Retrieves whether the current user has permissions to use all the tables that are returned by the getTables method in a SELECT statement.

public boolean allTablesAreSelectable()

傳回值

true if the user has permissions to call use all the tables. Otherwise, false.

例外狀況

SQLServerException

備註

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

另請參閱

參考

SQLServerDatabaseMetaData Class

概念

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members