FileDocCategorySizeDatePackage
DateType.javaAPI DocGlassfish v2 API2438Fri May 04 22:35:08 BST 2007com.sun.jdo.spi.persistence.support.sqlstore.query.util.type

DateType

public class DateType extends ClassType
Instances of this type represent the types java.util.Date, java.sql.Date, java.sql.Time or java.sql.Timestamp.
author
Michael Bouschen

Fields Summary
Constructors Summary
public DateType(String name, Class clazz, int enumType, TypeTable typetab)

        super(name, clazz, enumType, typetab);
    
Methods Summary