TypeByteArray
, TypeDate
, TypeDouble
, TypeGeneric
, TypeInteger
, TypeLongString
, TypeString
, TypeTimestamp
public interface Type
Modifier and Type | Method | Description |
---|---|---|
Object |
get(ResultSet rs,
String name) |
Liest den Wert zum angegebenen Feld aus dem Resultset.
|
void |
set(PreparedStatement stmt,
int index,
Object value) |
Speichert den uebergebenen Wert im Statement.
|
Object get(ResultSet rs, String name) throws SQLException
rs
- Resultsetname
- Name des Feldes.SQLException
void set(PreparedStatement stmt, int index, Object value) throws SQLException
stmt
- das Statement.index
- Index.value
- der Wert.SQLException
Copyright © 2018. All rights reserved.