usesLocalFilePerTable Method (SQLServerDatabaseMetaData)

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

Reference

SQLServerDatabaseMetaData Class

Concepts

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members