Compartir a través de


usesLocalFilePerTable Method (SQLServerDatabaseMetaData)

Retrieves whether this database uses a file for each table.

public boolean usesLocalFilePerTable()

Valor devuelto

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

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members