Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl | |
com.healthmarketscience.jackcess.impl.complex |
Modifier and Type | Method and Description |
---|---|
PropertyMap |
Database.getDatabaseProperties() |
PropertyMap |
Column.getProperties() |
PropertyMap |
TableDefinition.getProperties() |
PropertyMap |
Table.getProperties() |
PropertyMap |
Database.getSummaryProperties() |
PropertyMap |
Database.getUserDefinedProperties() |
Modifier and Type | Class and Description |
---|---|
class |
PropertyMapImpl
Map of properties for a database object.
|
Modifier and Type | Method and Description |
---|---|
PropertyMap |
DatabaseImpl.getDatabaseProperties() |
PropertyMap |
TableImpl.getProperties() |
PropertyMap |
ColumnImpl.getProperties() |
PropertyMap |
DatabaseImpl.getSummaryProperties() |
PropertyMap |
DatabaseImpl.getUserDefinedProperties() |
Modifier and Type | Method and Description |
---|---|
static String |
PropertyMaps.getTrimmedStringProperty(PropertyMap props,
String propName) |
static String |
PropertyMapImpl.toString(PropertyMap map) |
Modifier and Type | Class and Description |
---|---|
class |
MultiValueColumnPropertyMap
PropertyMap implementation for multi-value, complex properties.
|
Constructor and Description |
---|
MultiValueColumnPropertyMap(PropertyMap primary,
PropertyMap complex) |
Copyright © 2005–2024 OpenHMS. All rights reserved.