com.redhat.persistence.metadata
Class ForeignKey
java.lang.Object
com.redhat.persistence.metadata.Constraint
com.redhat.persistence.metadata.ForeignKey
- public class ForeignKey
- extends Constraint
ForeignKey
- Version:
- $Revision: #4 $ $Date: 2004/04/07 $
- Author:
- rhs@mit.edu
Constructor Summary |
ForeignKey(String name,
Column from,
Column to)
|
ForeignKey(String name,
Column from,
Column to,
boolean cascade)
|
ForeignKey(Table table,
String name,
Column[] columns,
UniqueKey key)
|
ForeignKey(Table table,
String name,
Column[] columns,
UniqueKey key,
boolean cascade)
|
versionId
public static final String versionId
- See Also:
- Constant Field Values
ForeignKey
public ForeignKey(Table table,
String name,
Column[] columns,
UniqueKey key,
boolean cascade)
ForeignKey
public ForeignKey(Table table,
String name,
Column[] columns,
UniqueKey key)
ForeignKey
public ForeignKey(String name,
Column from,
Column to,
boolean cascade)
ForeignKey
public ForeignKey(String name,
Column from,
Column to)
getUniqueKey
public UniqueKey getUniqueKey()
isNullable
public boolean isNullable()
isDeferred
public boolean isDeferred()
- Specified by:
isDeferred
in class Constraint
getSQL
public String getSQL()
- Specified by:
getSQL
in class Constraint
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC