Class and Description |
---|
com.northconcepts.datapipeline.group.AggregateReader
use
GroupByReader instead. GroupByReader provides the same functionality and can return continuous results |
com.northconcepts.datapipeline.transform.ExcludeFields
use
RemoveFields |
com.northconcepts.datapipeline.transform.IncludeFields
use
SelectFields |
Field and Description |
---|
com.northconcepts.datapipeline.jdbc.JdbcValueReader.DEFAULT
use
JdbcValueReader.ORIGINAL to replicate the pre-8.0.0 default behavior.
Maps database types to java types using the original DataPipeline algorithm. This mapping should
no longer be used and replaced with JdbcValueReader.OPINIONATED (or JdbcValueReader.STRICT ) instead. |
Constructor and Description |
---|
com.northconcepts.datapipeline.transform.lookup.LookupTransformer(FieldList, Lookup, boolean) |
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.