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, writeint readInt(ResultSet results, int column) throws SQLException
SQLExceptionvoid writeInt(PreparedStatement statement, int index, int value) throws SQLException
SQLException