org.netbeans.modules.mashup.db.model |
|
Java Source File Name | Type | Comment |
FlatfileDatabaseModel.java | Interface | Root interface to be implemented by ETL-compatible flatfile data sources that provide
information in a row-and-column addressable format. |
FlatfileDBColumn.java | Interface | Extends DBColumn to hold metadata required for parsing a flatfile field as a column in
a database table. |
FlatfileDBConnectionDefinition.java | Interface | Interface to contain general connection/directory information for flatfile
data sources. |
FlatfileDBTable.java | Interface | Extends DBTable to support metadata and behavior of a flatfile as an analogue for a
database table. |
FlatfileDefinition.java | Class | |