DatabaseMetaData.usesLocalFiles
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean usesLocalFiles() throws SQLException
Returns
true if so
Description
Does the database store tables in a local file?
Exceptions
SQLException
if a database-access error occurs.