| Package | Description |
|---|---|
| com.cs.software.engine.datastore | |
| com.cs.software.engine.datastore.storage |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TypeDBIntf |
interface |
TypeIntf |
| Modifier and Type | Method and Description |
|---|---|
TypeBaseIntf |
DataView.getColType(int aCol) |
TypeBaseIntf |
DataView.getColType(String aColName) |
TypeBaseIntf |
MetadataIntf.getType(int aCol) |
TypeBaseIntf |
MetadataIntf.getType(String aFieldName) |
TypeBaseIntf |
MetadataIntf.getTypeBase(int aCol) |
TypeBaseIntf |
MetadataIntf.getTypeBase(String aFieldName) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<TypeBaseIntf> |
MetadataIntf.getDataFields() |
ArrayList<TypeBaseIntf> |
MetadataIntf.getHeaderFields() |
| Modifier and Type | Method and Description |
|---|---|
DataIntf |
DataView.getData(TypeBaseIntf aType) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataBigDecimalDB |
class |
DataBlobDB |
class |
DataBooleanDB |
class |
DataCharDB |
class |
DataDateDB |
class |
DataDoubleDB |
class |
DataFloatDB |
class |
DataIntDB |
class |
DataLongDB |
class |
DataShortDB |
class |
DataStringDB |
class |
Type |
class |
TypeBigDecimal
Title: Metadata Service
Description:
|
class |
TypeBlob |
class |
TypeBoolean |
class |
TypeChar |
class |
TypeDate |
class |
TypeDB |
class |
TypeDouble |
class |
TypeFloat |
class |
TypeInt |
class |
TypeLong |
class |
TypeShort |
class |
TypeString |
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable<String,TypeBaseIntf> |
Metadata.typeByName |
protected ArrayList<TypeBaseIntf> |
Metadata.typeByNum |
| Modifier and Type | Method and Description |
|---|---|
TypeBaseIntf |
Metadata.getType(int aCol) |
TypeBaseIntf |
Metadata.getType(String aFieldName) |
TypeBaseIntf |
Metadata.getTypeBase(int aCol) |
TypeBaseIntf |
DBMetadata.getTypeBase(int aCol) |
TypeBaseIntf |
Metadata.getTypeBase(String aFieldName) |
TypeBaseIntf |
DBMetadata.getTypeBase(String aFieldName) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<TypeBaseIntf> |
Metadata.getDataFields() |
ArrayList<TypeBaseIntf> |
Metadata.getHeaderFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.setTypeByName(Hashtable<String,TypeBaseIntf> aNameList) |
void |
Metadata.setTypeByNumber(ArrayList<TypeBaseIntf> aNumberList) |
Copyright © 2020. All rights reserved.