Uses of Class
org.apache.torque.generator.source.SourceImpl
Packages that use SourceImpl
Package
Description
This package implements sources which read from jdbc.
This package contains the handling of stream-based sources,
such as file sources.
-
Uses of SourceImpl in org.apache.torque.generator.source.jdbc
Subclasses of SourceImpl in org.apache.torque.generator.source.jdbcModifier and TypeClassDescriptionclassA source which reads the data from JDBC Metadata. -
Uses of SourceImpl in org.apache.torque.generator.source.stream
Subclasses of SourceImpl in org.apache.torque.generator.source.streamModifier and TypeClassDescriptionclassA source which uses several files as input and combines them into one file.classA Source which uses a file as input.