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

public int getMaxTablesInSelect()

Return Value

An integer that indicates the maximum number of tables allowed.

Exceptions

SQLServerException

Remarks

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

See Also