org.infolayer.model
Interface ToSql

All Known Implementing Classes:
DefaultToSql, OpBoolean, OpInteger, UmlOperation

public interface ToSql

Author:
haustein To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 java.lang.String toSql(int match, java.util.Map fieldMap, OclExpression[] par)
           
 

Method Detail

toSql

public java.lang.String toSql(int match,
                              java.util.Map fieldMap,
                              OclExpression[] par)