Class SQLTable
java.lang.Object
com.orchestranetworks.addon.dex.mapping.SQLTable
Defines the configuration for a table in an external database.
- Since:
- 2.3.0
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SQLTable
- Throws:
DataExchangeException
-
SQLTable
public SQLTable(String schemaName, String sqlTableOrView, List<SQLField> fields) throws DataExchangeException - Throws:
DataExchangeException
-
-
Method Details