FieldMappingpublic interface FieldMapping FieldMapping inteface is information of a column element for
external user. |
Methods Summary |
---|
public int | getColumnLength()This method return -1 if column length is unknown.
| public java.lang.String | getColumnName()This method will return the name of the column.
| public int | getColumnType()This method will return int corresponding to java.sql.Types.
|
|