| biz.hammurapi.web.mda.db.model.Table
Table | public class Table extends DbmTableImpl implements Visitable,DataAccessObject(Code) | | This class represents database table for the purposes of MDA transformations. The class combines metadata retrieved from JDBC
interfaces with info from DBM_TABLE table.
author: Pavel |
Table | public Table(boolean force)(Code) | | |
Table | public Table(Element holder, boolean force) throws ConfigurationException(Code) | | |
Table | public Table(Element holder, Properties nameMap, CachedXPathAPI cxpa, boolean force) throws ConfigurationException(Code) | | |
accept | public boolean accept(Visitor visitor)(Code) | | |
getExportedKeys | public List getExportedKeys()(Code) | | |
getImportedKeys | public List getImportedKeys()(Code) | | |
hasView | public boolean hasView(String viewName) throws SQLException(Code) | | Parameters: viewName - true if given view was selected for generation in the interaction. throws: SQLException - |
setSQLProcessor | public void setSQLProcessor(SQLProcessor processor) throws SQLException(Code) | | Loads columns, indices, keys
|
|
|