org.kuali.student.sonar.database.utility
Class FKGenerationUtil
java.lang.Object
org.kuali.student.sonar.database.utility.FKGenerationUtil
public class FKGenerationUtil
- extends Object
Created with IntelliJ IDEA.
User: lsymms
Date: 5/16/13
Time: 3:36 PM
This Class Provides SQL statments and helper methods for doing Database Integrity Checks
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FKGenerationUtil
public FKGenerationUtil()
getGeneratedAlterStmt
public static String getGeneratedAlterStmt(ForeignKeyConstraint fkConstraint)
getGeneratedFKConstraints
public static List<ForeignKeyConstraint> getGeneratedFKConstraints(Connection conn)
throws SQLException
- Throws:
SQLException
getNextConstraintName
public static String getNextConstraintName()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.