| Package | Description |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,PropertyMap.Property> |
DatabaseBuilder._dbProps
database properties (if any)
|
private java.util.Map<java.lang.String,PropertyMap.Property> |
TableBuilder._props
table properties (if any)
|
private java.util.Map<java.lang.String,PropertyMap.Property> |
ColumnBuilder._props
table properties (if any)
|
private java.util.Map<java.lang.String,PropertyMap.Property> |
DatabaseBuilder._summaryProps
database summary properties (if any)
|
private java.util.Map<java.lang.String,PropertyMap.Property> |
DatabaseBuilder._userProps
database user-defined (if any)
|
| Modifier and Type | Method and Description |
|---|---|
PropertyMap.Property |
PropertyMap.get(java.lang.String name) |
private PropertyMap.Property |
ColumnBuilder.getProperty(java.lang.String name) |
PropertyMap.Property |
PropertyMap.put(java.lang.String name,
DataType type,
java.lang.Object value)
Creates a new (or updates an existing) property in the map.
|
PropertyMap.Property |
PropertyMap.put(java.lang.String name,
java.lang.Object value)
Creates a new (or updates an existing) property in the map.
|
PropertyMap.Property |
PropertyMap.remove(java.lang.String name)
Removes the property with the given name
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,PropertyMap.Property> |
ColumnBuilder.getProperties() |
private static java.util.Map<java.lang.String,PropertyMap.Property> |
DatabaseBuilder.putProperty(java.util.Map<java.lang.String,PropertyMap.Property> props,
java.lang.String name,
DataType type,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
private void |
ColumnBuilder.setProperty(java.lang.String name,
PropertyMap.Property prop) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyMap.putAll(java.lang.Iterable<? extends PropertyMap.Property> props)
Puts all the given properties into this map.
|
private static java.util.Map<java.lang.String,PropertyMap.Property> |
DatabaseBuilder.putProperty(java.util.Map<java.lang.String,PropertyMap.Property> props,
java.lang.String name,
DataType type,
java.lang.Object value) |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
PropertyMapImpl.PropertyImpl
Info about a property defined in a PropertyMap.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,PropertyMap.Property> |
PropertyMapImpl._props |
| Modifier and Type | Method and Description |
|---|---|
static PropertyMap.Property |
PropertyMapImpl.createProperty(java.lang.String name,
DataType type,
byte flag,
java.lang.Object value) |
static PropertyMap.Property |
PropertyMapImpl.createProperty(java.lang.String name,
DataType type,
java.lang.Object value) |
PropertyMap.Property |
PropertyMapImpl.get(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<PropertyMap.Property> |
PropertyMapImpl.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyMapImpl.putAll(java.lang.Iterable<? extends PropertyMap.Property> props) |