org.kuali.common.impex.schema.impl
Class AbstractForeignKeySqlProducer
java.lang.Object
org.kuali.common.impex.schema.impl.AbstractForeignKeySqlProducer
- Direct Known Subclasses:
- MySqlForeignKeySqlProducer, OracleForeignKeySqlProducer
public abstract class AbstractForeignKeySqlProducer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AbstractForeignKeySqlProducer
public AbstractForeignKeySqlProducer()
translateForeignKeyConstraint
protected String translateForeignKeyConstraint(ForeignKeyConstraintType constraintType)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.