FieldMappingList.public final class SQLMappingColumnResultList extends Object
| Constructor and Description |
|---|
SQLMappingColumnResultList()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(SQLMappingColumnResult sqlMappingColumnResult)
Deprecated.
Adds a
SQLMappingColumnResult object. |
SQLMappingColumnResult |
get(int index)
Deprecated.
Gets a
SQLMappingColumnResult by given index number. |
int |
getSize()
Deprecated.
Returns size of this
SQLMappingColumnResultList. |
Iterator<SQLMappingColumnResult> |
getSQLMappingColumnResults()
Deprecated.
Returns an Iterator object that iterates over this
SQLMappingColumnResultList. |
boolean |
isEmpty()
Deprecated.
Returns
true if this SQLMappingColumnResultList is empty. |
public void add(SQLMappingColumnResult sqlMappingColumnResult)
SQLMappingColumnResult object.public SQLMappingColumnResult get(int index)
SQLMappingColumnResult by given index number.public int getSize()
SQLMappingColumnResultList.public Iterator<SQLMappingColumnResult> getSQLMappingColumnResults()
SQLMappingColumnResultList.public boolean isEmpty()
true if this SQLMappingColumnResultList is empty.