public class GlueCursorBasedRowSetImpl extends Object implements GlueCursorBasedRowSet<Object>
GlueLazyJdbcDao
Modifier and Type | Field and Description |
---|---|
protected GlueColumnDef[] |
columndefs
column definition
|
Constructor and Description |
---|
GlueCursorBasedRowSetImpl(Connection connection,
Statement statement,
org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
ResultSet rs,
ResultSet cntRs) |
GlueCursorBasedRowSetImpl(ResultSet rs,
ResultSet cntRs) |
Modifier and Type | Method and Description |
---|---|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
protected GlueColumnDef[] columndefs
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
- 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)
public void add(int index, Object element)
public boolean addAll(Collection<?> c)
public boolean addAll(int index, Collection<?> c)
public void clear()
public boolean contains(Object o)
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<Object>
containsAll
in interface List<Object>
public boolean isEmpty()
public Iterator iterator()
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)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public int size()
public List subList(int fromIndex, int toIndex)
public Object[] toArray()
public GlueColumnDef[] getColumnDefs()
GlueCursorBasedRowSet
getColumnDefs
in interface GlueCursorBasedRowSet<Object>
public void setColumnDefs(GlueColumnDef[] columnDefs)
GlueCursorBasedRowSet
setColumnDefs
in interface GlueCursorBasedRowSet<Object>
columnDefs
- GlueColumnDef ArrayCopyright © 2013–2019 POSCO ICT. All rights reserved.