Retrieves the maximum number of characters this database allows in an SQL statement.

public int getMaxStatementLength()

Return Value

An integer that indicates the maximum number of characters allowed.

Exceptions

SQLServerException

Remarks

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

See Also