HEADER

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


Method Summary
 voidaddDeleteCommands(Statement statement, String name)
          Adds set of SQL commands to the statement to remove data element from the table.
 voidaddInsertCommands(Statement statement, DataElement de)
           
 DataElementcreate(ResultSet resultSet, Connection connection)
           
 StringgetSelectQuery()
           
 ClassgetTemplateClass()
           
 booleaninit(DataCollection owner)
           

Methods inherited from class biouml.standard.type.access.ReferrerSqlTransformer
addUpdateCommands

Methods inherited from class ru.biosoft.access.SqlTransformerSupport
getCountQuery, getElementExistsQuery, getElementQuery, getNameListQuery, getTable

Method Detail

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)

FOOTER

BOTTOM