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

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

public class MySqlForeignKeySqlProducer
extends AbstractForeignKeySqlProducer


Field Summary
protected static String FOREIGN_COLUMNS_PREFIX
           
protected static String FOREIGN_COLUMNS_SUFFIX
           
protected static String FOREIGN_TABLE_PREFIX
           
protected static String LOCAL_COLUMNS_PREFIX
           
protected static String NAME_PREFIX
           
protected static String ON_DELETE_PREFIX
           
protected static String ON_UPDATE_PREFIX
           
protected static String PREFIX
           
 
Fields inherited from class org.kuali.common.impex.schema.impl.AbstractForeignKeySqlProducer
CASCADE_CONSTRAINT, NO_ACTION_CONSTRAINT, RESTRICT_CONSTRAINT, SET_DEFAULT_CONSTRAINT, SET_NULL_CONSTRAINT
 
Constructor Summary
MySqlForeignKeySqlProducer()
           
 
Method Summary
 List<String> getForeignKeySql(List<ForeignKey> foreignKeys)
           
 
Methods inherited from class org.kuali.common.impex.schema.impl.AbstractForeignKeySqlProducer
translateForeignKeyConstraint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

MySqlForeignKeySqlProducer

public MySqlForeignKeySqlProducer()
Method Detail

getForeignKeySql

public List<String> getForeignKeySql(List<ForeignKey> foreignKeys)


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