Retrieves whether this database uses a file for each table.

public boolean usesLocalFilePerTable()

Return Value

True uses a file for each table. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also