if (type.acceptsPrecision() && type.acceptsScale()) {
row[icreate_params] = "PRECISION,SCALE";
} else if (type.acceptsPrecision()) {
row[icreate_params] = type.isNumberType() ? "PRECISION"
: "LENGTH";
} else if (type.acceptsScale()) {
row[icreate_params] = "SCALE";
}
row[inullable] = ValuePool.INTEGER_1;
row[icase_sensitive] =