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

ConstraintFieldNameSubQuery

public class ConstraintFieldNameSubQuery extends ConstraintField

This class represents a constrint on field that is represented by a subquery

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

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