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, writelong readLong(ResultSet results, int column) throws SQLException
SQLExceptionvoid writeLong(PreparedStatement statement, int index, long value) throws SQLException
SQLException