public interface FieldMapping
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnLength()
This method return -1 if column length is unknown.
|
String |
getColumnName()
This method will return the name of the column.
|
int |
getColumnType()
This method will return int corresponding to java.sql.Types.
|
int getColumnType()
String getColumnName()
int getColumnLength()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.