| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SourceImplThe base implementation of the source interface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JdbcMetadataSourceA source which reads the data from JDBC Metadata. | 
| Modifier and Type | Method and Description | 
|---|---|
| Source | JdbcMetadataSourceProvider. next() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CombinedFileSourceA source which uses several files as input and combines them into one file. | 
| class  | FileSourceA Source which uses a file as input. | 
| Modifier and Type | Method and Description | 
|---|---|
| Source | FileSourceProvider. next() | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.