public static interface JDBCValueMappings.PrimitiveValueWriter
| Modifier and Type | Method and Description |
|---|---|
void |
setPrimitive(PreparedStatement stmt,
int fieldIndex,
boolean value) |
void |
setPrimitive(PreparedStatement stmt,
int fieldIndex,
byte value) |
void |
setPrimitive(PreparedStatement stmt,
int fieldIndex,
char value) |
void |
setPrimitive(PreparedStatement stmt,
int fieldIndex,
double value) |
void |
setPrimitive(PreparedStatement stmt,
int fieldIndex,
float value) |
void |
setPrimitive(PreparedStatement stmt,
int fieldIndex,
int value) |
void |
setPrimitive(PreparedStatement stmt,
int fieldIndex,
long value) |
void |
setPrimitive(PreparedStatement stmt,
int fieldIndex,
short value) |
void setPrimitive(PreparedStatement stmt, int fieldIndex, long value) throws SQLException
SQLExceptionvoid setPrimitive(PreparedStatement stmt, int fieldIndex, short value) throws SQLException
SQLExceptionvoid setPrimitive(PreparedStatement stmt, int fieldIndex, char value) throws SQLException
SQLExceptionvoid setPrimitive(PreparedStatement stmt, int fieldIndex, double value) throws SQLException
SQLExceptionvoid setPrimitive(PreparedStatement stmt, int fieldIndex, byte value) throws SQLException
SQLExceptionvoid setPrimitive(PreparedStatement stmt, int fieldIndex, float value) throws SQLException
SQLExceptionvoid setPrimitive(PreparedStatement stmt, int fieldIndex, int value) throws SQLException
SQLExceptionvoid setPrimitive(PreparedStatement stmt, int fieldIndex, boolean value) throws SQLException
SQLExceptionCopyright © 2017 SAP SE. All Rights Reserved.