public interface DataWrite
| Modifier and Type | Method and Description |
|---|---|
void |
setBoolean(int paramIndex,
Boolean bValue) |
void |
setBytes(int paramIndex,
byte[] value) |
void |
setDouble(int paramIndex,
Double dValue) |
void |
setInt(int paramIndex,
Integer iValue) |
void |
setObject(int paramIndex,
Object value) |
void |
setString(int paramIndex,
String sValue) |
void |
setTimestamp(int paramIndex,
Date dValue) |
void setInt(int paramIndex,
Integer iValue)
throws BasicException
BasicExceptionvoid setString(int paramIndex,
String sValue)
throws BasicException
BasicExceptionvoid setDouble(int paramIndex,
Double dValue)
throws BasicException
BasicExceptionvoid setBoolean(int paramIndex,
Boolean bValue)
throws BasicException
BasicExceptionvoid setTimestamp(int paramIndex,
Date dValue)
throws BasicException
BasicExceptionvoid setBytes(int paramIndex,
byte[] value)
throws BasicException
BasicExceptionvoid setObject(int paramIndex,
Object value)
throws BasicException
BasicExceptionCopyright © 2021. All rights reserved.