public Object getValue(final HConnectionImpl conn, final Object object) throws HBqlException,
ResultMissingColumnException,
NullColumnValueException {
if (!this.isVariableDefinedInMapping())
throw new InvalidColumnException(this.getVariableName());
return this.getTypedColumn().getValue(conn, object);
}