org.kuali.common.impex.schema.impl.mysql
Class MySqlViewSqlProducer
java.lang.Object
org.kuali.common.impex.schema.impl.mysql.MySqlViewSqlProducer
public class MySqlViewSqlProducer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DROP_PREFIX
protected static final String DROP_PREFIX
- See Also:
- Constant Field Values
CREATE_PREFIX
protected static final String CREATE_PREFIX
- See Also:
- Constant Field Values
CREATE_AS_KEYWORD
protected static final String CREATE_AS_KEYWORD
- See Also:
- Constant Field Values
MySqlViewSqlProducer
public MySqlViewSqlProducer()
getViewsSql
public List<String> getViewsSql(List<View> views)
generateStatementsForView
protected List<String> generateStatementsForView(View view)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.