|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeIO
Attribute reader/writer. Classes implementing this interface know how to parse and encode Feature attributes into resultset fields
modules/library/jdbc (gt-jdbc.jar)
Method Summary | |
---|---|
Object |
read(ResultSet rs,
int position)
Deprecated. Reads a feature attribute out of a ResultSet |
void |
write(PreparedStatement ps,
int position,
Object value)
Deprecated. Writes a feature attribute into a PreparedStatement |
void |
write(ResultSet rs,
int position,
Object value)
Deprecated. Writes a feature attribute into a ResultSet |
Method Detail |
---|
Object read(ResultSet rs, int position) throws IOException
rs
- - the resultset to be readposition
- - the position of the attribute in the resultset
IOException
- - if some exception occurs while reading the attributevoid write(ResultSet rs, int position, Object value) throws IOException
rs
- - the result set to be modifiedposition
- - the position in which the attribute will inserted into the result setvalue
- - the attribute that will be written into the resultset
IOException
- - if some exception occurs while writing the attributevoid write(PreparedStatement ps, int position, Object value) throws IOException
ps
- - the result set to be modifiedposition
- - the position in which the attribute will inserted into the result setvalue
- - the attribute that will be written into the resultset
IOException
- - if some exception occurs while writing the attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |