|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection<E> java.util.AbstractList<E> java.util.ArrayList<GlueRow<String,Object>> com.poscoict.glueframework.dao.vo.GlueRowSetImpl
public class GlueRowSetImpl
Database Å×À̺íÀÇ º¹¼ö °³ÀÇ ·¹Äڵ带 Ç¥ÇöÇÏ´Â Value Object. º¹¼ö °³ÀÇ ·¹ÄÚµå´Â ÇϳªÀÇ GlueRowSetImpl ¿ÀºêÁ§Æ®·Î Ç¥ÇöµÈ´Ù.
Field Summary | |
---|---|
protected GlueColumnDef[] |
columndefs
column definition |
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
GlueRowSetImpl()
»ý¼ºÀÚ(constructor). |
|
GlueRowSetImpl(int initialCapacity)
»ý¼ºÀÚ(constructor). |
|
GlueRowSetImpl(List<GlueRow<String,Object>> rows)
»ý¼ºÀÚ(constructor). |
Method Summary | |
---|---|
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 Á¤º¸¸¦ ¼³Á¤ÇÑ´Ù. |
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
equals, hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, removeAll, retainAll, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Field Detail |
---|
protected GlueColumnDef[] columndefs
Constructor Detail |
---|
public GlueRowSetImpl()
public GlueRowSetImpl(int initialCapacity)
initialCapacity
- public GlueRowSetImpl(List<GlueRow<String,Object>> rows)
rows
- Method Detail |
---|
public boolean hasNext()
GlueRowSet
hasNext
in interface GlueRowSet<GlueRow<String,Object>>
public boolean hasPrevious()
GlueRowSet
hasPrevious
in interface GlueRowSet<GlueRow<String,Object>>
public void reset()
GlueRowSet
reset
in interface GlueRowSet<GlueRow<String,Object>>
public GlueRow<String,Object> next()
GlueRowSet
next
in interface GlueRowSet<GlueRow<String,Object>>
public GlueRow<String,Object> previous()
GlueRowSet
previous
in interface GlueRowSet<GlueRow<String,Object>>
public int count()
GlueRowSet
count
in interface GlueRowSet<GlueRow<String,Object>>
public GlueRow<String,Object>[] getAllRow()
GlueRowSet
getAllRow
in interface GlueRowSet<GlueRow<String,Object>>
public GlueColumnDef[] getColumnDefs()
GlueRowSet
getColumnDefs
in interface GlueRowSet<GlueRow<String,Object>>
public void setColumnDefs(GlueColumnDef[] columnDefs)
GlueRowSet
setColumnDefs
in interface GlueRowSet<GlueRow<String,Object>>
columnDefs
- GlueColumnDef Array
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |