}
else
{
if ((registrationInfo.getTable() == null) || (registrationInfo.getColumn() == null))
{
throw new DdlUtilsException("Please specify either the jdbc type or a table/column pair for which the converter shall be defined");
}
converterConf.registerConverter(registrationInfo.getTable(),
registrationInfo.getColumn(),
registrationInfo.getConverter());
}