
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,
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(JdbcTemplate jdbcTemplate)
internal use only.
|
void |
setResource(Connection conn,
Statement stmt)
internal use only.
|
void |
setRowMapper(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, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streamprotected GlueColumnDef[] columndefs
public GlueCursorBasedRowSetImpl(ResultSet rs, ResultSet cntRs)
rs - cntRs - public GlueCursorBasedRowSetImpl(Connection connection, Statement statement, JdbcTemplate jdbcTemplate, ResultSet rs, ResultSet cntRs)
connection - statement - jdbcTemplate - rs - cntRs - public void setResource(Connection conn, Statement stmt)
conn - stmt - public void setJdbcTemplate(JdbcTemplate jdbcTemplate)
jdbcTemplate - public void setRowMapper(RowMapper<?> rowMapper)
rowMapper - public void setFetchSize(int fetchSize)
fetchSize - public boolean hasNext()
GlueCursorBasedRowSethasNext in interface GlueCursorBasedRowSet<Object>public void reset()
GlueCursorBasedRowSetreset in interface GlueCursorBasedRowSet<Object>public Object next()
GlueCursorBasedRowSetnext 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()
GlueCursorBasedRowSetgetColumnDefs in interface GlueCursorBasedRowSet<Object>public void setColumnDefs(GlueColumnDef[] columnDefs)
GlueCursorBasedRowSetsetColumnDefs in interface GlueCursorBasedRowSet<Object>columnDefs - GlueColumnDef ArrayCopyright © 2013–2021 POSCO ICT. All rights reserved.