public interface PrimitiveShortType extends FieldType<Short>
Modifier and Type | Method and Description |
---|---|
short |
readShort(ResultSet results,
int column) |
void |
writeShort(PreparedStatement statement,
int index,
short value) |
getDefaultLength, getIdentifier, getIdentifierSuffix, getSqlType, hasLength, read, write
short readShort(ResultSet results, int column) throws SQLException
SQLException
void writeShort(PreparedStatement statement, int index, short value) throws SQLException
SQLException