Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl |
Modifier and Type | Field and Description |
---|---|
static Table.ColumnOrder |
Database.DEFAULT_COLUMN_ORDER
the default sort order for table columns.
|
Modifier and Type | Method and Description |
---|---|
Table.ColumnOrder |
Database.getColumnOrder()
Gets currently configured
Table.ColumnOrder (always non-null ). |
static Table.ColumnOrder |
Table.ColumnOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Table.ColumnOrder[] |
Table.ColumnOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.setColumnOrder(Table.ColumnOrder newColumnOrder)
Sets a new Table.ColumnOrder.
|
Modifier and Type | Method and Description |
---|---|
Table.ColumnOrder |
DatabaseImpl.getColumnOrder() |
static Table.ColumnOrder |
DatabaseImpl.getDefaultColumnOrder()
Returns the default Table.ColumnOrder.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseImpl.setColumnOrder(Table.ColumnOrder newColumnOrder) |
Copyright © 2005–2024 OpenHMS. All rights reserved.