|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvishnu.model.volatiles.recordset.AbstractVolatileRecordSet
public abstract class AbstractVolatileRecordSet
![]() |
![]() |
| Field Summary | |
|---|---|
protected int |
index
|
protected java.lang.String |
sortColumn
|
| Constructor Summary | |
|---|---|
AbstractVolatileRecordSet(TableSignature s,
Session session)
|
|
| Method Summary | |
|---|---|
void |
drop()
Borra la coleccion de registros. |
Session |
getSession()
|
void |
moveTo(int recordIndex)
Mueve el puntero de proximo registro a recordIndex. |
void |
order()
Ordena el conjunto de registros por la columna definida a estos efectos en la tabla. |
java.lang.String |
orderedBy()
|
void |
persist()
Persiste los datos del recordSet. |
void |
reset()
Posiciona el RecordSet antes del primer registro. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface vishnu.model.RecordSet |
|---|
delete, getCount, hasNext, hasPrevious, insert, next, previous, update |
| Field Detail |
|---|
protected int index
protected java.lang.String sortColumn
| Constructor Detail |
|---|
public AbstractVolatileRecordSet(TableSignature s,
Session session)
| Method Detail |
|---|
public void reset()
RecordSet
reset in interface RecordSetpublic void drop()
RecordSet
drop in interface RecordSet
public void moveTo(int recordIndex)
throws java.lang.IndexOutOfBoundsException
RecordSet
moveTo in interface RecordSetjava.lang.IndexOutOfBoundsExceptionrecordIndex - - la nueva posicion del puntero a proximo registro.public java.lang.String orderedBy()
public void persist()
RecordSet
persist in interface RecordSetpublic void order()
RecordSet
order in interface RecordSetpublic Session getSession()
getSession in interface VolatileRecordSet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||