org.kuali.common.impex.schema.impl.oracle
Class OracleViewSqlProducer

java.lang.Object
  extended by org.kuali.common.impex.schema.impl.oracle.OracleViewSqlProducer

public class OracleViewSqlProducer
extends Object


Field Summary
protected static String CREATE_VIEW_AS_KEYWORD
           
protected static String CREATE_VIEW_FOOTER
           
protected static String CREATE_VIEW_HEADER
           
 
Constructor Summary
OracleViewSqlProducer()
           
 
Method Summary
protected  String generateSqlForView(View view)
           
 List<String> getViewsSql(List<View> views)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE_VIEW_HEADER

protected static final String CREATE_VIEW_HEADER
See Also:
Constant Field Values

CREATE_VIEW_AS_KEYWORD

protected static final String CREATE_VIEW_AS_KEYWORD
See Also:
Constant Field Values

CREATE_VIEW_FOOTER

protected static final String CREATE_VIEW_FOOTER
See Also:
Constant Field Values
Constructor Detail

OracleViewSqlProducer

public OracleViewSqlProducer()
Method Detail

getViewsSql

public List<String> getViewsSql(List<View> views)

generateSqlForView

protected String generateSqlForView(View view)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.