getMaxTablesInSelect()
Syntax:
int getMaxTablesInSelect() throws SQLException
Description:
Retrieves the maximum number of tables this database allows in a SELECT statement.
Returns:
the maximum number of tables allowed in a SELECT statement; a result of zero means that there is no limit or the limit is not known
Throws:
SQLException - if a database access error occurs