Overview

String generator
NameString Generator
Full type namepl.kernelpanic.dbmonster.generator.StringGenerator
SQL typeschar, varchar, text
Description
String generator is used to produce a random string. As a base for generating words it uses an ispell dictionary so the distribution of vowels and consonants is quite similar to english language (although the output text itself is far from that).
Properties
minLengthThe minimal length of output string. [default: 0]
maxLengthThe maximul length of output string. The maximum length is limited by the size of Java type of Integer. [default: 255]
allowSpacesA boolean value that may be used to cause a StringGenerator not to use any spaces. It is useful for such fields like login or names. [default: true]
excludeCharsthis characters cannot occure in generated string [default: no default value]
nullsHow many nulls should this generator produce per every 100 generations? [0 - 100, default: 0]