
public class GlueRowSetImpl extends ArrayList<GlueRow<String,Object>> implements GlueRowSet<GlueRow<String,Object>>
| Modifier and Type | Field and Description |
|---|---|
protected GlueColumnDef[] |
columndefs
column definition
|
modCount| Constructor and Description |
|---|
GlueRowSetImpl()
생성자(constructor).
|
GlueRowSetImpl(int initialCapacity)
생성자(constructor).
|
GlueRowSetImpl(List<GlueRow<String,Object>> rows)
생성자(constructor).
|
| Modifier and Type | Method and Description |
|---|---|
int |
count()
현재 RowSet의 Row 개수를 얻는다.
|
GlueRow<String,Object>[] |
getAllRow()
현재 RowSet의 모든 Row를 얻는다.
|
GlueColumnDef[] |
getColumnDefs()
Column Definition 정보를 얻는다.
|
boolean |
hasNext()
현재 커서 위치에서 다음 Row의 존재 여부를 확인한다.
|
boolean |
hasPrevious()
현재 커서 위치에서 그 전의 Row 존재 여부를 확인한다.
|
GlueRow<String,Object> |
next()
현재 커서 위치에서 다음에 존재하는 Row를 얻는다.
|
GlueRow<String,Object> |
previous()
현재 커서 위치에서 바로 전에 존재하는 Row를 얻는다.
|
void |
reset()
RowSet의 커서 위치를 처음으로 이동시킨다.
|
void |
setColumnDefs(GlueColumnDef[] columnDefs)
Column Definition 정보를 설정한다.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamprotected GlueColumnDef[] columndefs
public GlueRowSetImpl()
public GlueRowSetImpl(int initialCapacity)
initialCapacity - public boolean hasNext()
GlueRowSethasNext in interface GlueRowSet<GlueRow<String,Object>>public boolean hasPrevious()
GlueRowSethasPrevious in interface GlueRowSet<GlueRow<String,Object>>public void reset()
GlueRowSetreset in interface GlueRowSet<GlueRow<String,Object>>public GlueRow<String,Object> next()
GlueRowSetnext in interface GlueRowSet<GlueRow<String,Object>>public GlueRow<String,Object> previous()
GlueRowSetprevious in interface GlueRowSet<GlueRow<String,Object>>public int count()
GlueRowSetcount in interface GlueRowSet<GlueRow<String,Object>>public GlueRow<String,Object>[] getAllRow()
GlueRowSetgetAllRow in interface GlueRowSet<GlueRow<String,Object>>public GlueColumnDef[] getColumnDefs()
GlueRowSetgetColumnDefs in interface GlueRowSet<GlueRow<String,Object>>public void setColumnDefs(GlueColumnDef[] columnDefs)
GlueRowSetsetColumnDefs in interface GlueRowSet<GlueRow<String,Object>>columnDefs - GlueColumnDef ArrayCopyright © 2013–2021 POSCO ICT. All rights reserved.