org.netbeans.modules.jdbcwizard.builder.dbmodel |
|
Java Source File Name | Type | Comment |
DatabaseModel.java | Interface | Root interface to be implemented by data sources that provide information in a database or
database-like format. |
DBColumn.java | Interface | Interface describing column metadata for data sources providing information in a database or
database-like format. |
DBConnectionDefinition.java | Interface | Interface for defining specifications for a connection to a data source compatible with the
DBQueryModel API. |
DBObject.java | Interface | |
DBTable.java | Interface | Interface describing table metadata for data sources providing information in a database or
database-like format. |
ForeignKey.java | Interface | Interface describing foreign-key metadata for data sources providing information in a database or
database-like format. |
Index.java | Interface | Interface describing index metadata for data sources providing information in a database or
database-like format. |
PrimaryKey.java | Interface | Interface describing primary-key metadata for data sources providing information in a database or
database-like format. |