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 |
SourceImpl
The base implementation of the source interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcMetadataSource
A source which reads the data from JDBC Metadata.
|
Modifier and Type | Method and Description |
---|---|
Source |
JdbcMetadataSourceProvider.next() |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Source |
FileSourceProvider.next() |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.