usesLocalFilePerTable Method (SQLServerDatabaseMetaData)
Retrieves whether this database uses a file for each table.
Syntax
public boolean usesLocalFilePerTable()
Return Value
true uses a file for each table. Otherwise, false.
Exceptions
Remarks
This usesLocalFilePerTable method is specified by the usesLocalFilePerTable method in the java.sql.DatabaseMetaData interface.
See Also
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class