public static interface JDBCValueMappings.PrimitiveValueReader
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(ResultSet rs,
int idx) |
boolean |
getBoolean(ResultSet rs,
String fieldName) |
byte |
getByte(ResultSet rs,
int idx) |
byte |
getByte(ResultSet rs,
String fieldName) |
char |
getChar(ResultSet rs,
int idx) |
char |
getChar(ResultSet rs,
String fieldName) |
double |
getDouble(ResultSet rs,
int idx) |
double |
getDouble(ResultSet rs,
String fieldName) |
float |
getFloat(ResultSet rs,
int idx) |
float |
getFloat(ResultSet rs,
String fieldName) |
int |
getInt(ResultSet rs,
int idx) |
int |
getInt(ResultSet rs,
String fieldName) |
long |
getLong(ResultSet rs,
int idx) |
long |
getLong(ResultSet rs,
String fieldName) |
short |
getShort(ResultSet rs,
int idx) |
short |
getShort(ResultSet rs,
String fieldName) |
long getLong(ResultSet rs, String fieldName) throws SQLException
SQLExceptionlong getLong(ResultSet rs, int idx) throws SQLException
SQLExceptiondouble getDouble(ResultSet rs, String fieldName) throws SQLException
SQLExceptiondouble getDouble(ResultSet rs, int idx) throws SQLException
SQLExceptionchar getChar(ResultSet rs, String fieldName) throws SQLException
SQLExceptionchar getChar(ResultSet rs, int idx) throws SQLException
SQLExceptionbyte getByte(ResultSet rs, String fieldName) throws SQLException
SQLExceptionbyte getByte(ResultSet rs, int idx) throws SQLException
SQLExceptionfloat getFloat(ResultSet rs, String fieldName) throws SQLException
SQLExceptionfloat getFloat(ResultSet rs, int idx) throws SQLException
SQLExceptionint getInt(ResultSet rs, String fieldName) throws SQLException
SQLExceptionint getInt(ResultSet rs, int idx) throws SQLException
SQLExceptionboolean getBoolean(ResultSet rs, String fieldName) throws SQLException
SQLExceptionboolean getBoolean(ResultSet rs, int idx) throws SQLException
SQLExceptionshort getShort(ResultSet rs, String fieldName) throws SQLException
SQLExceptionshort getShort(ResultSet rs, int idx) throws SQLException
SQLExceptionCopyright © 2017 SAP SE. All Rights Reserved.