record.getValueAsString("datatype"),
record.getValue(PARAMETERS.CHARACTER_MAXIMUM_LENGTH),
record.getValue(PARAMETERS.NUMERIC_PRECISION),
record.getValue(PARAMETERS.NUMERIC_SCALE));
ParameterDefinition parameter = new DefaultParameterDefinition(
this,
record.getValue(PARAMETERS.PARAMETER_NAME).replaceAll("@", ""),
record.getValueAsInteger(PARAMETERS.ORDINAL_POSITION),
type);