| Package | Description |
|---|---|
| com.objectsql.support | |
| com.objectsql.utils |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
ColumnInfo.getColumnType() |
ColumnType |
TableColumn.getColumnType() |
ColumnType |
Pair.getColumnType() |
static ColumnType |
ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnInfo.setColumnType(ColumnType columnType) |
void |
TableColumn.setColumnType(ColumnType columnType) |
void |
Pair.setColumnType(ColumnType columnType) |
| Constructor and Description |
|---|
Pair(Object value,
ColumnType columnType) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,ColumnType> |
ORMUtils.getColumnType(Class<?> clazz) |
Copyright © 2024. All rights reserved.