public interface FieldsRepository
extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FieldsRepository.FieldsRepositoryConfig |
| Modifier and Type | Method and Description |
|---|---|
List<FieldDef> |
getFieldDef(String key,
int type)
Gets the list of field definitions by given key and type.
|
boolean |
isVarcharOnly(String key)
Checks if all fields are varchars.
|
List<FieldDef> getFieldDef(String key, int type)
java.sql.Types.key - the keytype - the typeboolean isVarcharOnly(String key)
key - the keyCopyright © 2010-2020 Toolsverse. All Rights Reserved.