org.kuali.common.impex.schema.impl
Class AbstractForeignKeySqlProducer

java.lang.Object
  extended by org.kuali.common.impex.schema.impl.AbstractForeignKeySqlProducer
Direct Known Subclasses:
MySqlForeignKeySqlProducer, OracleForeignKeySqlProducer

public abstract class AbstractForeignKeySqlProducer
extends Object


Field Summary
protected static String CASCADE_CONSTRAINT
           
protected static String NO_ACTION_CONSTRAINT
           
protected static String RESTRICT_CONSTRAINT
           
protected static String SET_DEFAULT_CONSTRAINT
           
protected static String SET_NULL_CONSTRAINT
           
 
Constructor Summary
AbstractForeignKeySqlProducer()
           
 
Method Summary
protected  String translateForeignKeyConstraint(ForeignKeyConstraintType constraintType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CASCADE_CONSTRAINT

protected static final String CASCADE_CONSTRAINT
See Also:
Constant Field Values

SET_DEFAULT_CONSTRAINT

protected static final String SET_DEFAULT_CONSTRAINT
See Also:
Constant Field Values

SET_NULL_CONSTRAINT

protected static final String SET_NULL_CONSTRAINT
See Also:
Constant Field Values

RESTRICT_CONSTRAINT

protected static final String RESTRICT_CONSTRAINT
See Also:
Constant Field Values

NO_ACTION_CONSTRAINT

protected static final String NO_ACTION_CONSTRAINT
See Also:
Constant Field Values
Constructor Detail

AbstractForeignKeySqlProducer

public AbstractForeignKeySqlProducer()
Method Detail

translateForeignKeyConstraint

protected String translateForeignKeyConstraint(ForeignKeyConstraintType constraintType)


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