Typepublic class TypeDate extends TypeGeneric
| Constructor | Description |
|---|---|
TypeDate() |
| 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, waitgetpublic void set(PreparedStatement stmt, int index, Object value) throws SQLException
Typeset in interface Typeset in class TypeGenericstmt - das Statement.index - Index.value - der Wert.SQLExceptionTypeGeneric.set(java.sql.PreparedStatement, int, java.lang.Object)Copyright © 2018. All rights reserved.