FileDocCategorySizeDatePackage
ConstraintForeignFieldName.javaAPI DocGlassfish v2 API2528Fri May 04 22:35:14 BST 2007com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint

ConstraintForeignFieldName

public class ConstraintForeignFieldName extends ConstraintField
This constraint is used to represent a foreign constraint.

Fields Summary
public com.sun.jdo.spi.persistence.support.sqlstore.ActionDesc
desc
public String
name
Constructors Summary
public ConstraintForeignFieldName(String name, com.sun.jdo.spi.persistence.support.sqlstore.ActionDesc desc)

        super();
        this.name = name;
        this.desc = desc;
    
Methods Summary