public void cancelQuery()
{
final Trans currentlyRunningTransformation = this.currentlyRunningTransformation;
if (currentlyRunningTransformation != null)
{
currentlyRunningTransformation.stopAll();
this.currentlyRunningTransformation = null;
}
}
public String[] getReferencedFields() throws ParseException