public class MySqlViewSqlProducer extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
CREATE_AS_KEYWORD |
protected static String |
CREATE_PREFIX |
protected static String |
DROP_PREFIX |
Constructor and Description |
---|
MySqlViewSqlProducer() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
generateStatementsForView(View view) |
List<String> |
getViewsSql(List<View> views) |
protected static final String DROP_PREFIX
protected static final String CREATE_PREFIX
protected static final String CREATE_AS_KEYWORD
public MySqlViewSqlProducer()
public List<String> getViewsSql(List<View> views)
protected List<String> generateStatementsForView(View view)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.