| Modifier and Type | Method and Description |
|---|---|
Type |
ColumnDefinition.getType() |
Type |
CastObject.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnDefinition.setType(Type type) |
void |
CastObject.setType(Type type) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<String,Type> |
GetMetadata.getResults() |
LinkedHashMap<String,Type> |
GetMetadata.getResults(DBSession session)
the result of getMetadata query should contains in order {column_name, data_type, character_length, numeric_precision, numeric_scale}
is created for internal use only and its use is at your own risk :)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyColumnType.setNewType(Type newType) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<String,Type> |
SimpleTable.getFieldsMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTable.setFieldsMapping(LinkedHashMap<String,Type> fieldsMapping) |
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.getTypeByJavaClass(Class clazz) |
static Type |
Type.parseType(String typeAsString,
int charMaxLength,
int numericPrecision,
int numericScale) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
Cast.apply(Class javaClass,
Type destination,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static CastObject |
Utility.getCast(SimpleAttribute field,
Type type) |
static CastObject |
Utility.getCast(String valueToCast,
Type type) |
static ColumnDefinition |
Utility.getColumnDefinition(String label,
Type type,
Specification... specifications) |
Copyright © 2014. All Rights Reserved.