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