|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--de.mvcsys.rsql.RsqlDescriptorList
Liste von Datenbeschreibungen
| Field Summary | |
protected HashMap |
descriptorMap
Map der Descriptoren nach Name |
protected RsqlDescriptor[] |
descriptors
Array der Descriptoren |
protected int |
ioFlag
I/O-Flag (0: Input, 1: Output) |
protected int |
size
Gesamtgrösse der Liste |
protected RsqlStatement |
statement
Statement |
protected boolean |
valid
Wurden die Daten gesetzt? |
| Method Summary | |
RsqlDescriptor |
getDescriptor(int index)
Gebe einen Descriptor zurück |
RsqlDescriptor |
getDescriptor(String name)
Gebe einen Descriptor zurück |
int |
getIoFlag()
Ermittle das I/O-Flag (0: Input, 1: Output) |
int |
getSize()
Gebe die Größe zurück |
RsqlStatement |
getStatement()
Ermittle das Statement |
Object |
getValue(int index)
Gebe einen Wert zurück |
Object |
getValue(String name)
Gebe einen Wert zurück |
boolean |
isValid()
Wurden die Daten gesetzt? |
int |
length()
Gebe die Anzahl der Einträge zurück |
void |
setValue(int index,
Object value)
Speichere einen Wert |
void |
setValue(String name,
Object value)
Speichere einen Wert |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected HashMap descriptorMap
protected RsqlDescriptor[] descriptors
protected int ioFlag
protected int size
protected RsqlStatement statement
protected boolean valid
| Method Detail |
public RsqlDescriptor getDescriptor(int index)
index - Index des Eintragspublic RsqlDescriptor getDescriptor(String name)
name - Name des Descriptorsnullpublic int getIoFlag()
public int getSize()
public RsqlStatement getStatement()
public Object getValue(int index)
throws IllegalStateException
index - Index des Eintrags
public Object getValue(String name)
throws IllegalStateException,
IllegalArgumentException
name - Name des Descriptorspublic boolean isValid()
true nach Fetchpublic int length()
public void setValue(int index,
Object value)
throws IllegalStateException
index - Index des Eintragsvalue - Wert als Object-Wrapper
public void setValue(String name,
Object value)
throws IllegalStateException,
IllegalArgumentException
name - Name des Descriptorsvalue - Wert als Object-Wrapper
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||