public interface PrimitiveIntType extends FieldType<Integer>
Modifier and Type | Method and Description |
---|---|
int |
readInt(ResultSet results,
int column) |
void |
writeInt(PreparedStatement statement,
int index,
int value) |
getDefaultLength, getIdentifier, getIdentifierSuffix, getSqlType, hasLength, read, write
int readInt(ResultSet results, int column) throws SQLException
SQLException
void writeInt(PreparedStatement statement, int index, int value) throws SQLException
SQLException