HEADER

biouml.standard.type.access
Class CellSqlTransformer

ru.biosoft.access.SqlTransformerSupport
  |
  +--biouml.standard.type.access.ReferrerSqlTransformer
        |
        +--biouml.standard.type.access.ConceptSqlTransformer
              |
              +--biouml.standard.type.access.CellSqlTransformer

public class CellSqlTransformer
extends ConceptSqlTransformer


Method Summary
 StringgetSelectQuery()
           
 ClassgetTemplateClass()
           
 booleaninit(DataCollection owner)
           

Methods inherited from class biouml.standard.type.access.ConceptSqlTransformer
addDeleteCommands, addInsertCommands, create

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

getSelectQuery

public String getSelectQuery()

getTemplateClass

public Class getTemplateClass()

init

public boolean init(DataCollection owner)

FOOTER

BOTTOM