public interface PrimitiveBooleanType extends FieldType<Boolean>
Modifier and Type | Method and Description |
---|---|
boolean |
readBoolean(ResultSet results,
int column) |
void |
writeBoolean(PreparedStatement statement,
int index,
boolean value) |
getDefaultLength, getIdentifier, getIdentifierSuffix, getSqlType, hasLength, read, write
boolean readBoolean(ResultSet results, int column) throws SQLException
SQLException
void writeBoolean(PreparedStatement statement, int index, boolean value) throws SQLException
SQLException