Integer i = tc.getValue();
return i;
}
else if (s instanceof YearColumn)
{
YearColumn yc = (YearColumn) s;
Integer i = yc.getValue();
return i;
}
else
{
throw new DatabusRuntimeException("Unknown MySQL type in the event" + s.getClass() + " Object = " + s);