Retrieves the maximum number of columns this database allows in a table.

public int getMaxColumnsInTable()

Return Value

An integer that indicates the maximum number of columns allowed.

Exceptions

SQLServerException

Remarks

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

See Also