Uses of Class
com.orchestranetworks.addon.dataexchange.sql.SQLMappingTable
Packages that use SQLMappingTable
Package
Description
Classes and interfaces to call {addon.label} import, export and transfer data.
-
Uses of SQLMappingTable in com.orchestranetworks.addon.dataexchange
Methods in com.orchestranetworks.addon.dataexchange that return types with arguments of type SQLMappingTableModifier and TypeMethodDescriptionDataExchangeExportSQLSpec.getSQLMappingTables()Deprecated.Returns a set ofSQLMappingTableinstances.DataExchangeImportSQLSpec.getSQLMappingTables()Deprecated.Returns a set ofSQLMappingTableinstances.Method parameters in com.orchestranetworks.addon.dataexchange with type arguments of type SQLMappingTableModifier and TypeMethodDescriptionvoidDataExchangeExportSQLSpec.setSQLMappingTables(Set<SQLMappingTable> sqlMappingTables) Deprecated.Sets values for a set ofSQLMappingTableinstances.voidDataExchangeImportSQLSpec.setSQLMappingTables(Set<SQLMappingTable> sqlMappingTables) Deprecated.Sets values for a set ofSQLMappingTableinstances.