DatabaseMetaData.allTablesAreSelectable
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean allTablesAreSelectable() throws SQLException
Returns
true if so
Description
Can all the tables returned by getTable be SELECTed by the
current user?
Exceptions
SQLException
if a database-access error occurs.