com.semarchy.mdm.runtime.semql.dataaccess.sqlgen
Class SqlView.PublishedExpression

java.lang.Object
  extended by com.semarchy.mdm.runtime.semql.dataaccess.sqlgen.SqlView.PublishedExpression
Enclosing class:
SqlView

public static class SqlView.PublishedExpression
extends Object


Constructor Summary
SqlView.PublishedExpression(String sqlExpression, String localAlias)
           
 
Method Summary
 String getColumnAlias()
           
 String getSQLExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlView.PublishedExpression

public SqlView.PublishedExpression(String sqlExpression,
                                   String localAlias)
Method Detail

getSQLExpression

public String getSQLExpression()

getColumnAlias

public String getColumnAlias()


Copyright © 2015. All Rights Reserved.