Interface JDBCValueMappings.PrimitiveValueReader
- All Known Subinterfaces:
JDBCValueMappings.ValueReader<JALO,DB>
- All Known Implementing Classes:
JDBCValueMappings.AbstractValueReaderWriter,JDBCValueMappings.BlobValueWriter,JDBCValueMappings.DefaultDateTimestampValueReaderWriter,JDBCValueMappings.DefaultIntegerValueReaderWriter,JDBCValueMappings.DefaultLongReaderWriter,JDBCValueMappings.DefaultStringValueReaderWriter,JDBCValueMappings.ItemPropertyValueReaderWriter,JDBCValueMappings.ItemReaderWriter,JDBCValueMappings.PKReaderWriter
- Enclosing class:
- JDBCValueMappings
public static interface JDBCValueMappings.PrimitiveValueReader
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(ResultSet rs, int idx) booleangetBoolean(ResultSet rs, String fieldName) bytebytecharchardoubledoublefloatfloatintintlonglongshortshort
-
Method Details
-
getLong
- Throws:
SQLException
-
getLong
- Throws:
SQLException
-
getDouble
- Throws:
SQLException
-
getDouble
- Throws:
SQLException
-
getChar
- Throws:
SQLException
-
getChar
- Throws:
SQLException
-
getByte
- Throws:
SQLException
-
getByte
- Throws:
SQLException
-
getFloat
- Throws:
SQLException
-
getFloat
- Throws:
SQLException
-
getInt
- Throws:
SQLException
-
getInt
- Throws:
SQLException
-
getBoolean
- Throws:
SQLException
-
getBoolean
- Throws:
SQLException
-
getShort
- Throws:
SQLException
-
getShort
- Throws:
SQLException
-