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
BasicException
void setString(int paramIndex, String sValue) throws BasicException
BasicException
void setDouble(int paramIndex, Double dValue) throws BasicException
BasicException
void setBoolean(int paramIndex, Boolean bValue) throws BasicException
BasicException
void setTimestamp(int paramIndex, Date dValue) throws BasicException
BasicException
void setBytes(int paramIndex, byte[] value) throws BasicException
BasicException
void setObject(int paramIndex, Object value) throws BasicException
BasicException
Copyright © 2021. All rights reserved.