usesLocalFilePerTable()
Syntax:
boolean usesLocalFilePerTable() throws SQLException
Description:
Retrieves whether this database uses a file for each table.
Returns:
true if this database uses a local file for each table; false otherwise
Throws:
SQLException - if a database access error occurs