Interface JDBCValueMappings.PrimitiveValueWriter
- All Known Subinterfaces:
JDBCValueMappings.ValueWriter<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.PrimitiveValueWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetPrimitive(PreparedStatement stmt, int fieldIndex, boolean value) voidsetPrimitive(PreparedStatement stmt, int fieldIndex, byte value) voidsetPrimitive(PreparedStatement stmt, int fieldIndex, char value) voidsetPrimitive(PreparedStatement stmt, int fieldIndex, double value) voidsetPrimitive(PreparedStatement stmt, int fieldIndex, float value) voidsetPrimitive(PreparedStatement stmt, int fieldIndex, int value) voidsetPrimitive(PreparedStatement stmt, int fieldIndex, long value) voidsetPrimitive(PreparedStatement stmt, int fieldIndex, short value)
-
Method Details
-
setPrimitive
- Throws:
SQLException
-
setPrimitive
- Throws:
SQLException
-
setPrimitive
- Throws:
SQLException
-
setPrimitive
- Throws:
SQLException
-
setPrimitive
- Throws:
SQLException
-
setPrimitive
- Throws:
SQLException
-
setPrimitive
- Throws:
SQLException
-
setPrimitive
- Throws:
SQLException
-