Uses of Class
com.semarchy.mdm.runtime.semql.dataaccess.sqlgen.SqlView

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

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

Methods in com.semarchy.mdm.runtime.semql.dataaccess.sqlgen that return SqlView
 SqlView SqlView.createNestedSQLView(SemQLDataAccessNodePath pNestingAttr)
           
 SqlView SqlView.findOrCreateSQLView(List<String> path)
           
 SqlView SqlView.getParentView()
          The SQLView at the upper (unnested) level when the SQLView is the root view of an subquery.
 SqlView DataAccessAttributeExpressionBuilder.getRootView()
           
 

Methods in com.semarchy.mdm.runtime.semql.dataaccess.sqlgen that return types with arguments of type SqlView
 List<SqlView> SqlView.getOtherViewsToSecure()
           
 

Methods in com.semarchy.mdm.runtime.semql.dataaccess.sqlgen with parameters of type SqlView
protected  void DataAccessSQLAttributeBuilderSupport.appendToStringAttrSQLExpr(Appendable bldr, SqlView startingView, List<String> pViewPath, int pDnDepth, IViewAttribute<?> pElement)
           
 String DataAccessSQLAttributeBuilderSupport.buildRecordDisplayNameExpression(SqlView startingView, List<String> pViewPath)
           
 String DataAccessSQLAttributeBuilderSupport.buildSQLExpression(SqlView startingView, IViewAttribute<?> pViewAttribute, List<String> pPathToViewPrefix)
          Build sql expression for a view attribute
 String SqlViewAliasProvider.createColumnAlias(SqlView pSQLView, String pSQLExpression)
           
 String DefaultSQLViewAliasProvider.createColumnAlias(SqlView sqlView, String sqlExpression)
           
 

Constructors in com.semarchy.mdm.runtime.semql.dataaccess.sqlgen with parameters of type SqlView
DataAccessAttributeExpressionBuilder(SqlView pRootView, DataAccessSQLAttributeBuilderSupport attributeBuilderSupport)
           
 



Copyright © 2015. All Rights Reserved.