org.kuali.common.impex.schema.impl.mysql
Class MySqlForeignKeySqlProducer
java.lang.Object
org.kuali.common.impex.schema.impl.AbstractForeignKeySqlProducer
org.kuali.common.impex.schema.impl.mysql.MySqlForeignKeySqlProducer
public class MySqlForeignKeySqlProducer
- extends AbstractForeignKeySqlProducer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFIX
protected static final String PREFIX
- See Also:
- Constant Field Values
NAME_PREFIX
protected static final String NAME_PREFIX
- See Also:
- Constant Field Values
LOCAL_COLUMNS_PREFIX
protected static final String LOCAL_COLUMNS_PREFIX
- See Also:
- Constant Field Values
FOREIGN_TABLE_PREFIX
protected static final String FOREIGN_TABLE_PREFIX
- See Also:
- Constant Field Values
FOREIGN_COLUMNS_PREFIX
protected static final String FOREIGN_COLUMNS_PREFIX
- See Also:
- Constant Field Values
FOREIGN_COLUMNS_SUFFIX
protected static final String FOREIGN_COLUMNS_SUFFIX
- See Also:
- Constant Field Values
ON_UPDATE_PREFIX
protected static final String ON_UPDATE_PREFIX
- See Also:
- Constant Field Values
ON_DELETE_PREFIX
protected static final String ON_DELETE_PREFIX
- See Also:
- Constant Field Values
MySqlForeignKeySqlProducer
public MySqlForeignKeySqlProducer()
getForeignKeySql
public List<String> getForeignKeySql(List<ForeignKey> foreignKeys)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.