The JDBC DatabaseMetaData.getMaxIndexLength() has an ambiguous description which results in confusing documentation generated by Javadoc.
The description should indicate if the maximum number of bytes covers one or all columns in the index. It should also clarify that it refers to column space rather than underlying pages using to store the index.
The description should indicate if the maximum number of bytes covers one or all columns in the index. It should also clarify that it refers to column space rather than underlying pages using to store the index.