getMaxTablesInSelect Method (SQLServerDatabaseMetaData)

Retrieves the maximum number of tables this database allows in a SELECT statement.

public int getMaxTablesInSelect()

Valor devuelto

An int that indicates the maximum number of tables allowed.

Excepciones

SQLServerException

Observaciones

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

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members