FileDocCategorySizeDatePackage
FieldMapping.javaAPI DocGlassfish v2 API2470Fri May 04 22:34:54 BST 2007com.sun.jdo.api.persistence.support

FieldMapping

public interface FieldMapping
FieldMapping inteface is information of a column element for external user.
author
Shing Wai Chan

Fields Summary
Constructors Summary
Methods Summary
public intgetColumnLength()
This method return -1 if column length is unknown.

public java.lang.StringgetColumnName()
This method will return the name of the column.

public intgetColumnType()
This method will return int corresponding to java.sql.Types.