| Package | Description |
|---|---|
| com.cs.software.engine.datastore | |
| com.cs.software.engine.datastore.storage |
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable<String,DataIntf> |
DataView.dataFields |
| Modifier and Type | Method and Description |
|---|---|
DataIntf |
DataView.getData(int aCol) |
DataIntf |
DataView.getData(String aFieldName) |
DataIntf |
DataView.getData(TypeBaseIntf aType) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<DataIntf> |
DataView.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeBaseIntf.setDataIntf(DataIntf aData) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataIntf.clearTableData(Hashtable<String,DataIntf> aDataFields) |
void |
MetadataIntf.initData(Hashtable<String,DataIntf> aDataFields) |
| Modifier and Type | Class and Description |
|---|---|
class |
Data |
class |
DataBigDecimal |
class |
DataBlob |
class |
DataBoolean |
class |
DataChar |
class |
DataDate |
class |
DataDouble |
class |
DataFloat |
class |
DataInt |
class |
DataLong |
class |
DataShort |
class |
DataString |
| Modifier and Type | Method and Description |
|---|---|
static DataIntf |
Data.createDataType(TypeIntf aType) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
TypeDB.setDataIntf(DataIntf aData) |
void |
Type.setDataIntf(DataIntf aData) |
void |
DataStringDB.setDataIntf(DataIntf aData) |
void |
DataShortDB.setDataIntf(DataIntf aData) |
void |
DataLongDB.setDataIntf(DataIntf aData) |
void |
DataIntDB.setDataIntf(DataIntf aData) |
void |
DataFloatDB.setDataIntf(DataIntf aData) |
void |
DataDoubleDB.setDataIntf(DataIntf aData) |
void |
DataDateDB.setDataIntf(DataIntf aData) |
void |
DataCharDB.setDataIntf(DataIntf aData) |
void |
DataBooleanDB.setDataIntf(DataIntf aData) |
void |
DataBlobDB.setDataIntf(DataIntf aData) |
void |
DataBigDecimalDB.setDataIntf(DataIntf aData) |
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.clearTableData(Hashtable<String,DataIntf> aDataFields) |
void |
Metadata.initData(Hashtable<String,DataIntf> aDataFields) |
void |
DBMetadata.initData(Hashtable<String,DataIntf> aDataFields) |
Copyright © 2020. All rights reserved.