Uses of Class
com.orchestranetworks.addon.dataexchange.sql.SQLMappingTable
-
Packages that use SQLMappingTable Package Description com.orchestranetworks.addon.dataexchange 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 SQLMappingTable Modifier and Type Method Description java.util.Set<SQLMappingTable>DataExchangeExportSQLSpec. getSQLMappingTables()Deprecated.Returns a set ofSQLMappingTableinstances.java.util.Set<SQLMappingTable>DataExchangeImportSQLSpec. getSQLMappingTables()Deprecated.Returns a set ofSQLMappingTableinstances.Method parameters in com.orchestranetworks.addon.dataexchange with type arguments of type SQLMappingTable Modifier and Type Method Description voidDataExchangeExportSQLSpec. setSQLMappingTables(java.util.Set<SQLMappingTable> sqlMappingTables)Deprecated.Sets values for a set ofSQLMappingTableinstances.voidDataExchangeImportSQLSpec. setSQLMappingTables(java.util.Set<SQLMappingTable> sqlMappingTables)Deprecated.Sets values for a set ofSQLMappingTableinstances.
-