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, writeboolean readBoolean(ResultSet results, int column) throws SQLException
SQLExceptionvoid writeBoolean(PreparedStatement statement, int index, boolean value) throws SQLException
SQLException