Uses of Interface
com.semarchy.mdm.runtime.semql.sqlgen.ISemQLAttributeSQLBuilder

Packages that use ISemQLAttributeSQLBuilder
com.semarchy.mdm.runtime.semql.dataaccess.sqlgen   
com.semarchy.mdm.runtime.semql.sqlgen   
 

Uses of ISemQLAttributeSQLBuilder in com.semarchy.mdm.runtime.semql.dataaccess.sqlgen
 

Subinterfaces of ISemQLAttributeSQLBuilder in com.semarchy.mdm.runtime.semql.dataaccess.sqlgen
 interface IDataAccessAttributeSQLBuilder
           
 

Classes in com.semarchy.mdm.runtime.semql.dataaccess.sqlgen that implement ISemQLAttributeSQLBuilder
 class DataAccessAttributeExpressionBuilder
           
 

Uses of ISemQLAttributeSQLBuilder in com.semarchy.mdm.runtime.semql.sqlgen
 

Methods in com.semarchy.mdm.runtime.semql.sqlgen that return ISemQLAttributeSQLBuilder
 ISemQLAttributeSQLBuilder ISemQLAttributeSQLBuilder.createNestedBuilder(com.semarchy.platform.language.semql.elements.AttributeSpecExpr pNestingManyPath, com.semarchy.platform.language.semql.attributes.ISemQLAttr nestingManySemQLAttr)
           
 ISemQLAttributeSQLBuilder SemQLtoSQLSupport.SQLRewriteContext.getAttributeBuilder()
           
 

Methods in com.semarchy.mdm.runtime.semql.sqlgen with parameters of type ISemQLAttributeSQLBuilder
 String SemQLtoSQLSupport.buildSQL(com.semarchy.platform.language.semql.ParsingResult<?> pResult, com.semarchy.platform.language.semql.SemQLParser.ElementType pElementType, ISemQLAttributeSQLBuilder pAttrBuilder)
           
 String SemQLtoSQLSupport.buildSQLCondition(com.semarchy.platform.language.semql.ParsingResult<com.semarchy.platform.language.semql.elements.ICondition> parsedCondition, ISemQLAttributeSQLBuilder attributeBuilder)
           
 String SemQLtoSQLSupport.buildSQLExpression(com.semarchy.platform.language.semql.ParsingResult<com.semarchy.platform.language.semql.elements.IExpression> parsedExpression, ISemQLAttributeSQLBuilder attributeBuilder)
           
 String SemQLtoSQLSupport.buildSQLOrderBy(com.semarchy.platform.language.semql.ParsingResult<com.semarchy.platform.language.semql.elements.OrderByList> parsedOrederBy, ISemQLAttributeSQLBuilder attributeBuilder)
           
 

Constructors in com.semarchy.mdm.runtime.semql.sqlgen with parameters of type ISemQLAttributeSQLBuilder
SemQLtoSQLSupport.SQLRewriteContext(com.semarchy.platform.language.semql.ParsingResult<T> pParsingResult, com.semarchy.platform.language.semql.functions.IFunctionProvider pFunctionProvider, ISemQLAttributeSQLBuilder pSemQLAttributeSQLBuilder, String pIndenting)
           
 



Copyright © 2015. All Rights Reserved.