FileDocCategorySizeDatePackage
DatabaseGenerationConstants.javaAPI DocGlassfish v2 API3638Fri May 04 22:34:40 BST 2007com.sun.jdo.spi.persistence.generator.database

DatabaseGenerationConstants

public interface DatabaseGenerationConstants
This interface defines string constants used by the database generation.
author
Jie Leng, Dave Bristor

Fields Summary
static final char
DOT
Separator between property name bases and indicators.
static final String
INDICATOR_MAXIMUM_LENGTH
Indicator that property is for a maximum length.
static final String
INDICATOR_JDBC_PREFIX
(Partial) indicator that property is for attributes of SQL. The prefix is recognized by alone by itself in MappingFile, and is used by other DatabaseGenerationConstants.
static final String
INDICATOR_JDBC_LENGTH
Indicator that property designates the length of mapped SQL type.
static final String
INDICATOR_JDBC_NULLABLE
Indicator that property designates the nullability of mapped SQL type.
static final String
INDICATOR_JDBC_PRECISION
Indicator that property designates the precision of mapped SQL type.
static final String
INDICATOR_JDBC_SCALE
Indicator that property designates the scale of mapped SQL type.
static final String
INDICATOR_JDBC_TYPE
Indicator that property designates the type of a mapped SQL type.
Constructors Summary
Methods Summary