/* Increase the statement counter in constructor. Code size in
* constructor can become too big (more than 64K) for Java compiler
* to handle (beetle 4293). We set constant columns in other
* methods if constructor has too many statements already.
*/
cb.statementNumHitLimit(1); // ignore return value
}
/**
* Make a ResultDescription for use in a ResultSet.
* This is useful when generating/executing a NormalizeResultSet, since