biouml.standard.type.access
Class ReactionSqlTransformer
ru.biosoft.access.SqlTransformerSupport
|
+--biouml.standard.type.access.ReferrerSqlTransformer
|
+--biouml.standard.type.access.ReactionSqlTransformer
- public class ReactionSqlTransformer
- extends ReferrerSqlTransformer
| Methods inherited from class biouml.standard.type.access.ReferrerSqlTransformer |
addUpdateCommands |
addDeleteCommands
public void addDeleteCommands(Statement statement, String name)
throws java.lang.Exception
- Adds set of SQL commands to the statement to remove data element from the table.
- Parameters:
- statement - - statement to which SQL commands should be added.
- de - - object for which DELETE statements will be generated.
addInsertCommands
public void addInsertCommands(Statement statement, DataElement de)
throws java.lang.Exception
create
public DataElement create(ResultSet resultSet, Connection connection)
throws java.lang.Exception
getSelectQuery
public String getSelectQuery()
getTemplateClass
public Class getTemplateClass()
init
public boolean init(DataCollection owner)
BOTTOM