public interface PrimitiveLongType extends FieldType<Long>
Modifier and Type | Method and Description |
---|---|
long |
readLong(ResultSet results,
int column) |
void |
writeLong(PreparedStatement statement,
int index,
long value) |
getDefaultLength, getIdentifier, getIdentifierSuffix, getSqlType, hasLength, read, write
long readLong(ResultSet results, int column) throws SQLException
SQLException
void writeLong(PreparedStatement statement, int index, long value) throws SQLException
SQLException