File
Doc
Category
Size
Date
Package
ConstraintForeignFieldName.java
API Doc
Glassfish v2 API
2528
Fri May 04 22:35:14 BST 2007
com.sun.jdo.spi.persistence.support.sqlstore.sql.constraint
ConstraintForeignFieldName
java.lang.Object
ConstraintField
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
Java Code Source