| Package | Description |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.util |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends Index.Column> |
Index.getColumns() |
| Modifier and Type | Class and Description |
|---|---|
private static class |
IndexData.BinaryColumnDescriptor
ColumnDescriptor for BINARY columns.
|
private static class |
IndexData.BooleanColumnDescriptor
ColumnDescriptor for boolean columns.
|
private static class |
IndexData.ByteColumnDescriptor
ColumnDescriptor for byte based columns.
|
static class |
IndexData.ColumnDescriptor
Information about the columns in an index.
|
private static class |
IndexData.FixedPointColumnDescriptor
ColumnDescriptor for new-style fixed point based columns.
|
private static class |
IndexData.FloatingPointColumnDescriptor
ColumnDescriptor for floating point based columns.
|
private static class |
IndexData.GenLegTextColumnDescriptor
ColumnDescriptor for "general legacy" sort order text based columns.
|
private static class |
IndexData.GenTextColumnDescriptor
ColumnDescriptor for "general" sort order (2010+) text based columns.
|
private static class |
IndexData.GuidColumnDescriptor
ColumnDescriptor for guid columns.
|
private static class |
IndexData.IntegerColumnDescriptor
ColumnDescriptor for integer based columns.
|
private static class |
IndexData.LegacyFixedPointColumnDescriptor
ColumnDescriptor for fixed point based columns (legacy sort order).
|
private class |
IndexData.ReadOnlyColumnDescriptor
ColumnDescriptor for columns which we cannot currently write.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<? extends Index.Column> |
Joiner._fromCols |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends Index.Column> |
Joiner.getColumns() |