org.kuali.common.impex.schema.impl.mysql
Class MySqlViewSqlProducer

java.lang.Object
  extended by org.kuali.common.impex.schema.impl.mysql.MySqlViewSqlProducer

public class MySqlViewSqlProducer
extends Object


Field Summary
protected static String CREATE_AS_KEYWORD
           
protected static String CREATE_PREFIX
           
protected static String DROP_PREFIX
           
 
Constructor Summary
MySqlViewSqlProducer()
           
 
Method Summary
protected  List<String> generateStatementsForView(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

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
Constructor Detail

MySqlViewSqlProducer

public MySqlViewSqlProducer()
Method Detail

getViewsSql

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

generateStatementsForView

protected List<String> generateStatementsForView(View view)


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