planetj.dataengine.parameter
Interface IParameterSource

All Known Implementing Classes:
SQLComparison

public interface IParameterSource

An object from which the parameter was created


Method Summary
 FieldDescriptorRow getTargetFieldDescriptor()
          Gets the field descriptor describing what is being set by a parameter.
 

Method Detail

getTargetFieldDescriptor

public FieldDescriptorRow getTargetFieldDescriptor()
                                            throws CMException
Gets the field descriptor describing what is being set by a parameter. This method may return if there is no such field descriptor

CMException