HEADER

biouml.standard.type.access
Class RelationSqlTransformer

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

public class RelationSqlTransformer
extends ReferrerSqlTransformer


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

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

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