Uses of Class
org.apache.hop.pipeline.transforms.delete.DeleteKeyField
-
-
Uses of DeleteKeyField in org.apache.hop.pipeline.transforms.delete
Methods in org.apache.hop.pipeline.transforms.delete that return types with arguments of type DeleteKeyField Modifier and Type Method Description List<DeleteKeyField>DeleteLookupField. getFields()Gets fieldsMethod parameters in org.apache.hop.pipeline.transforms.delete with type arguments of type DeleteKeyField Modifier and Type Method Description voidDeleteLookupField. setFields(List<DeleteKeyField> fields)Constructors in org.apache.hop.pipeline.transforms.delete with parameters of type DeleteKeyField Constructor Description DeleteKeyField(DeleteKeyField f)Constructor parameters in org.apache.hop.pipeline.transforms.delete with type arguments of type DeleteKeyField Constructor Description DeleteLookupField(String schemaName, String tableName, List<DeleteKeyField> fields)
-