| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.poscoict.glueframework.dao.vo.GlueCursorBasedRowSetImpl
public class GlueCursorBasedRowSetImpl

GlueCursorBasedRowSet ±¸Çöü.
GlueLazyJdbcDao| Field Summary | |
|---|---|
protected  GlueColumnDef[] | 
columndefs
column definition  | 
| Constructor Summary | |
|---|---|
GlueCursorBasedRowSetImpl(Connection connection,
                          Statement statement,
                          org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
                          ResultSet rs,
                          ResultSet cntRs)
 | 
|
GlueCursorBasedRowSetImpl(ResultSet rs,
                          ResultSet cntRs)
 | 
|
| Method Summary | |
|---|---|
 void | 
add(int index,
    Object element)
Deprecated.  | 
 boolean | 
add(Object e)
Deprecated.  | 
 boolean | 
addAll(Collection<?> c)
Deprecated.  | 
 boolean | 
addAll(int index,
       Collection<?> c)
Deprecated.  | 
 void | 
clear()
 | 
 boolean | 
contains(Object o)
 | 
 boolean | 
containsAll(Collection<?> c)
 | 
 Object | 
get(int index)
 | 
 GlueColumnDef[] | 
getColumnDefs()
Column Definition Á¤º¸¸¦ ¾ò´Â´Ù.  | 
 boolean | 
hasNext()
ÇöÀç Ä¿¼ À§Ä¡¿¡¼ ´ÙÀ½ RowÀÇ Á¸Àç ¿©ºÎ¸¦ È®ÀÎÇÑ´Ù.  | 
 int | 
indexOf(Object o)
 | 
 boolean | 
isEmpty()
 | 
 Iterator | 
iterator()
 | 
 int | 
lastIndexOf(Object o)
 | 
 ListIterator | 
listIterator()
 | 
 ListIterator | 
listIterator(int index)
 | 
 Object | 
next()
ÇöÀç Ä¿¼ À§Ä¡¿¡¼ ´ÙÀ½¿¡ Á¸ÀçÇÏ´Â Row¸¦ ¾ò´Â´Ù.  | 
 Object | 
remove(int index)
 | 
 boolean | 
remove(Object o)
 | 
 boolean | 
removeAll(Collection<?> c)
 | 
 void | 
reset()
RowSetÀÇ Ä¿¼ À§Ä¡¸¦ óÀ½À¸·Î À̵¿½ÃŲ´Ù.  | 
 boolean | 
retainAll(Collection<?> c)
 | 
 Object | 
set(int index,
    Object element)
 | 
 void | 
setColumnDefs(GlueColumnDef[] columnDefs)
Column Definition Á¤º¸¸¦ ¼³Á¤ÇÑ´Ù.  | 
 void | 
setFetchSize(int fetchSize)
internal use only.  | 
 void | 
setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
internal use only.  | 
 void | 
setResource(Connection conn,
            Statement stmt)
internal use only.  | 
 void | 
setRowMapper(org.springframework.jdbc.core.RowMapper<?> rowMapper)
internal use only.  | 
 int | 
size()
 | 
 List | 
subList(int fromIndex,
        int toIndex)
 | 
 Object[] | 
toArray()
 | 
 Object[] | 
toArray(Object[] a)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface java.util.List | 
|---|
equals, hashCode | 
| Field Detail | 
|---|
protected GlueColumnDef[] columndefs
| Constructor Detail | 
|---|
public GlueCursorBasedRowSetImpl(ResultSet rs,
                                 ResultSet cntRs)
rs - cntRs - 
public GlueCursorBasedRowSetImpl(Connection connection,
                                 Statement statement,
                                 org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
                                 ResultSet rs,
                                 ResultSet cntRs)
connection - statement - jdbcTemplate - rs - cntRs - | Method Detail | 
|---|
public void setResource(Connection conn,
                        Statement stmt)
conn - stmt - public void setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
jdbcTemplate - public void setRowMapper(org.springframework.jdbc.core.RowMapper<?> rowMapper)
rowMapper - public void setFetchSize(int fetchSize)
fetchSize - public boolean hasNext()
GlueCursorBasedRowSet
hasNext in interface GlueCursorBasedRowSet<Object>public void reset()
GlueCursorBasedRowSet
reset in interface GlueCursorBasedRowSet<Object>public Object next()
GlueCursorBasedRowSet
next in interface GlueCursorBasedRowSet<Object>public boolean add(Object e)
add in interface Collection<Object>add in interface List<Object>
public void add(int index,
                Object element)
add in interface List<Object>public boolean addAll(Collection<?> c)
addAll in interface Collection<Object>addAll in interface List<Object>c - 
public boolean addAll(int index,
                      Collection<?> c)
addAll in interface List<Object>index - c - 
public void clear()
clear in interface Collection<Object>clear in interface List<Object>public boolean contains(Object o)
contains in interface Collection<Object>contains in interface List<Object>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Object>containsAll in interface List<Object>public Object get(int index)
get in interface List<Object>public int indexOf(Object o)
indexOf in interface List<Object>public boolean isEmpty()
isEmpty in interface Collection<Object>isEmpty in interface List<Object>public Iterator iterator()
iterator in interface Iterable<Object>iterator in interface Collection<Object>iterator in interface List<Object>public int lastIndexOf(Object o)
lastIndexOf in interface List<Object>public ListIterator listIterator()
listIterator in interface List<Object>public ListIterator listIterator(int index)
listIterator in interface List<Object>public boolean remove(Object o)
remove in interface Collection<Object>remove in interface List<Object>public Object remove(int index)
remove in interface List<Object>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<Object>removeAll in interface List<Object>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<Object>retainAll in interface List<Object>
public Object set(int index,
                  Object element)
set in interface List<Object>public int size()
size in interface Collection<Object>size in interface List<Object>
public List subList(int fromIndex,
                    int toIndex)
subList in interface List<Object>public Object[] toArray()
toArray in interface Collection<Object>toArray in interface List<Object>public Object[] toArray(Object[] a)
toArray in interface Collection<Object>toArray in interface List<Object>public GlueColumnDef[] getColumnDefs()
GlueCursorBasedRowSet
getColumnDefs in interface GlueCursorBasedRowSet<Object>public void setColumnDefs(GlueColumnDef[] columnDefs)
GlueCursorBasedRowSet
setColumnDefs in interface GlueCursorBasedRowSet<Object>columnDefs - GlueColumnDef Array
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||