org.kuali.common.impex.schema.impl.oracle
Class OracleViewSqlProducer
java.lang.Object
org.kuali.common.impex.schema.impl.oracle.OracleViewSqlProducer
public class OracleViewSqlProducer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
OracleViewSqlProducer
public OracleViewSqlProducer()
getViewsSql
public List<String> getViewsSql(List<View> views)
generateSqlForView
protected String generateSqlForView(View view)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.