ij.maximumDisplayWidth property The ij.maximumDisplayWidth property specifies the maximum number of characters used to display any column. ij.maximumDisplayWidth property

The default value is 128. Values with display widths longer than the maximum are truncated and terminated with an ampersand (&) character.

Syntax ij.maximumDisplayWidth=numberOfCharacters Example java -Dij.maximumDisplayWidth=1000 org.apache.derby.tools.ij
See also