| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Class and Description |
|---|---|
private class |
PropertyMaps.Handler.BooleanPropColumn
Normal boolean columns do not write into the actual row data, so we
need to do a little extra work.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<DataType,PropertyMaps.Handler.PropColumn> |
PropertyMaps.Handler._columns
cache of PropColumns used to read/write property values
|
| Modifier and Type | Method and Description |
|---|---|
private PropertyMaps.Handler.PropColumn |
PropertyMaps.Handler.getColumn(DataType dataType,
java.lang.String propName,
int dataSize,
java.lang.Object value)
Gets a PropColumn capable of reading/writing a property of the given
DataType
|