public interface PrimitiveByteType extends FieldType<Byte>
Modifier and Type | Method and Description |
---|---|
byte |
readByte(ResultSet results,
int column) |
void |
writeByte(PreparedStatement statement,
int index,
byte value) |
getDefaultLength, getIdentifier, getIdentifierSuffix, getSqlType, hasLength, read, write
byte readByte(ResultSet results, int column) throws SQLException
SQLException
void writeByte(PreparedStatement statement, int index, byte value) throws SQLException
SQLException