Methods
| Modifier and Type |
Method and Description |
FieldDefinition |
addField(RecordDefinitionImpl recordDefinition,
String dbName,
String name,
String dataType,
int sqlType,
int length,
int scale,
boolean required,
String description) |
static Map<String,Map<String,Map<String,Object>>> |
getColumnProperties(RecordStoreSchema schema) |
static <V> V |
getColumnProperty(RecordStoreSchema schema,
String typePath,
String columnName,
String propertyName) |
static double |
getDoubleColumnProperty(RecordStoreSchema schema,
String typePath,
String columnName,
String propertyName) |
static int |
getIntegerColumnProperty(RecordStoreSchema schema,
String typePath,
String columnName,
String propertyName) |
static Map<String,Map<String,Object>> |
getTableProperties(RecordStoreSchema schema) |
static Map<String,Object> |
getTableProperties(RecordStoreSchema schema,
String typePath) |
static <V> V |
getTableProperty(RecordStoreSchema schema,
String typePath,
String propertyName) |
static Map<String,Map<String,Object>> |
getTypeColumnProperties(RecordStoreSchema schema,
String typePath) |
void |
initialize(RecordStoreSchema schema) |
static void |
setColumnProperty(RecordStoreSchema schema,
String typePath,
String columnName,
String propertyName,
Object propertyValue) |
static void |
setTableProperty(RecordStoreSchema schema,
String typePath,
String propertyName,
Object value) |