Type
public class TypeInteger extends TypeGeneric
Constructor | Description |
---|---|
TypeInteger() |
Modifier and Type | Method | Description |
---|---|---|
void |
set(PreparedStatement stmt,
int index,
Object value) |
Speichert den uebergebenen Wert im Statement.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get
public void set(PreparedStatement stmt, int index, Object value) throws SQLException
Type
set
in interface Type
set
in class TypeGeneric
stmt
- das Statement.index
- Index.value
- der Wert.SQLException
TypeGeneric.set(java.sql.PreparedStatement, int, java.lang.Object)
Copyright © 2018. All rights reserved.