wt.pds
Class ObjectReferenceStatementBuilder.IdList
java.lang.Object
wt.pds.ObjectReferenceStatementBuilder.IdList
- Direct Known Subclasses:
- ObjectReferenceStatementBuilder.SingleColumnUniqueIdList
- Enclosing class:
- ObjectReferenceStatementBuilder
- static class ObjectReferenceStatementBuilder.IdList
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
list
private Object[] list
count
private int count
columnCount
private int columnCount
ObjectReferenceStatementBuilder.IdList
public ObjectReferenceStatementBuilder.IdList(int a_maxLength,
int a_columnCount)
getList
public Object[] getList()
getCount
public int getCount()
getId
public Object getId(int a_rowIndex,
int a_columnIndex)
addIdRow
public void addIdRow()
setId
public void setId(int a_columnIndex,
Object a_id)
toColumnArray
public Object[] toColumnArray(int a_columnIndex)