Uses of Interface
org.apache.torque.generator.source.Source
-
Packages that use Source Package Description org.apache.torque.generator.source This package contains the handling of source files.org.apache.torque.generator.source.jdbc This package implements sources which read from jdbc.org.apache.torque.generator.source.stream This package contains the handling of stream-based sources, such as file sources. -
-
Uses of Source in org.apache.torque.generator.source
Classes in org.apache.torque.generator.source that implement Source Modifier and Type Class Description class
SourceImpl
The base implementation of the source interface. -
Uses of Source in org.apache.torque.generator.source.jdbc
Classes in org.apache.torque.generator.source.jdbc that implement Source Modifier and Type Class Description class
JdbcMetadataSource
A source which reads the data from JDBC Metadata.Methods in org.apache.torque.generator.source.jdbc that return Source Modifier and Type Method Description Source
JdbcMetadataSourceProvider. next()
-
Uses of Source in org.apache.torque.generator.source.stream
Classes in org.apache.torque.generator.source.stream that implement Source Modifier and Type Class Description class
CombinedFileSource
A source which uses several files as input and combines them into one file.class
FileSource
A Source which uses a file as input.Methods in org.apache.torque.generator.source.stream that return Source Modifier and Type Method Description Source
FileSourceProvider. next()
-