Retrieves the maximum number of columns that this database allows in a SELECT list.

public int getMaxColumnsInSelect()

Return Value

An integer that indicates the maximum number of columns allowed.

Exceptions

SQLServerException

Remarks

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

See Also