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, writebyte readByte(ResultSet results, int column) throws SQLException
SQLExceptionvoid writeByte(PreparedStatement statement, int index, byte value) throws SQLException
SQLException