DatabaseMetaData.getMaxTablesInSelect

DatabaseMetaData.getMaxTablesInSelect

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract int getMaxTablesInSelect() throws SQLException
Returns
the maximum
Description
What's the maximum number of tables in a SELECT?

Exceptions
SQLException if a database-access error occurs.