this.validateTypes(this.allowColumns(), false);
}
public Object getValue(final HConnectionImpl conn) throws HBqlException {
try {
this.setMappingContext(new MappingContext());
return this.evaluate(conn, 0, this.allowColumns(), false, conn);
}
catch (ResultMissingColumnException e) {
throw new InternalErrorException("Missing column: " + e.getMessage());
}