Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl | |
com.healthmarketscience.jackcess.impl.complex |
Modifier and Type | Method and Description |
---|---|
PropertyMap.Property |
PropertyMap.get(String name) |
PropertyMap.Property |
PropertyMap.put(String name,
DataType type,
Object value)
Creates a new (or updates an existing) property in the map.
|
PropertyMap.Property |
PropertyMap.put(String name,
DataType type,
Object value,
boolean isDdl)
Creates a new (or updates an existing) property in the map.
|
PropertyMap.Property |
PropertyMap.put(String name,
Object value)
Creates a new (or updates an existing) property in the map.
|
PropertyMap.Property |
PropertyMap.remove(String name)
Removes the property with the given name
|
Modifier and Type | Method and Description |
---|---|
Map<String,PropertyMap.Property> |
TableBuilder.getProperties() |
Map<String,PropertyMap.Property> |
ColumnBuilder.getProperties() |
default Stream<PropertyMap.Property> |
PropertyMap.stream() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyMap.putAll(Iterable<? extends PropertyMap.Property> props)
Puts all the given properties into this map.
|
Modifier and Type | Method and Description |
---|---|
static PropertyMap.Property |
PropertyMapImpl.createProperty(String name,
DataType type,
Object value) |
static PropertyMap.Property |
PropertyMapImpl.createProperty(String name,
DataType type,
Object value,
boolean isDdl) |
PropertyMap.Property |
PropertyMapImpl.get(String name) |
Modifier and Type | Method and Description |
---|---|
Iterator<PropertyMap.Property> |
PropertyMapImpl.iterator() |
Modifier and Type | Method and Description |
---|---|
com.healthmarketscience.jackcess.impl.PropertyMapImpl.PropertyImpl |
PropertyMapImpl.put(PropertyMap.Property prop) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyMapImpl.putAll(Iterable<? extends PropertyMap.Property> props) |
Modifier and Type | Method and Description |
---|---|
PropertyMap.Property |
MultiValueColumnPropertyMap.get(String name) |
PropertyMap.Property |
MultiValueColumnPropertyMap.put(String name,
DataType type,
Object value) |
PropertyMap.Property |
MultiValueColumnPropertyMap.put(String name,
DataType type,
Object value,
boolean isDdl) |
PropertyMap.Property |
MultiValueColumnPropertyMap.put(String name,
Object value) |
PropertyMap.Property |
MultiValueColumnPropertyMap.remove(String name) |
Modifier and Type | Method and Description |
---|---|
Iterator<PropertyMap.Property> |
MultiValueColumnPropertyMap.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
MultiValueColumnPropertyMap.putAll(Iterable<? extends PropertyMap.Property> props) |
Copyright © 2005–2024 OpenHMS. All rights reserved.