Package | Description |
---|---|
org.tinygroup.tinydb.config |
Modifier and Type | Method and Description |
---|---|
ColumnConfiguration |
TableConfiguration.getColumn(String columnName) |
ColumnConfiguration |
TableConfiguration.getPrimaryKey() |
Modifier and Type | Method and Description |
---|---|
List<ColumnConfiguration> |
TableConfiguration.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
TableConfiguration.addColumn(ColumnConfiguration column) |
void |
TableConfiguration.removeColumn(ColumnConfiguration column) |
Modifier and Type | Method and Description |
---|---|
void |
TableConfiguration.setColumns(List<ColumnConfiguration> columns) |
Copyright © 2006–2018 TinyGroup. All rights reserved.