|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ColumnMapping
A general interface for a jdbc column mapping. Holds the column index OR the column name.
| Method Summary | |
|---|---|
int |
getColumnIndex()
Returns the column index. |
String |
getColumnName()
Returns the column name. |
boolean |
isUsingColumnIndex()
Returns true if using the column index to map the column,
false if using the column name. |
| Method Detail |
|---|
String getColumnName()
int getColumnIndex()
boolean isUsingColumnIndex()
true if using the column index to map the column,
false if using the column name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||