| Package | Description |
|---|---|
| com.cs.software.engine.datastore | |
| com.cs.software.engine.datastore.storage |
| Modifier and Type | Method and Description |
|---|---|
TypeIntf |
PersistentKeyIntf.getFieldType(int aCol) |
TypeIntf |
DataIntf.getType() |
TypeIntf |
TypeBaseIntf.getTypeIntf() |
TypeIntf |
TypeDBIntf.initTypeIntf() |
| Modifier and Type | Method and Description |
|---|---|
int |
PersistentKeyIntf.add(TypeIntf aType,
Object aValue) |
int |
PersistentKeyIntf.add(TypeIntf aType,
Object aValue,
String anOperator) |
void |
DataView.addField(TypeIntf aType) |
void |
TypeBaseIntf.setTypeIntf(TypeIntf aType) |
| Modifier and Type | Class and Description |
|---|---|
class |
Type |
class |
TypeBigDecimal
Title: Metadata Service
Description:
|
class |
TypeBlob |
class |
TypeBoolean |
class |
TypeChar |
class |
TypeDate |
class |
TypeDouble |
class |
TypeFloat |
class |
TypeInt |
class |
TypeLong |
class |
TypeShort |
class |
TypeString |
| Modifier and Type | Field and Description |
|---|---|
protected TypeIntf |
TypeDB.type |
protected TypeIntf |
Type.type |
protected TypeIntf |
Data.type |
| Modifier and Type | Method and Description |
|---|---|
static TypeIntf |
Type.createFieldType(int aFieldNum,
String aFieldName,
String aDriverFieldName,
int aFieldType,
int aFieldSize,
boolean aRequired) |
TypeIntf |
Data.getType() |
TypeIntf |
DBMetadata.getType(int aCol) |
TypeIntf |
DBMetadata.getType(String aFieldName) |
TypeIntf |
TypeDB.getTypeIntf() |
TypeIntf |
Type.getTypeIntf() |
abstract TypeIntf |
TypeDB.initTypeIntf() |
TypeIntf |
DataStringDB.initTypeIntf() |
TypeIntf |
DataShortDB.initTypeIntf() |
TypeIntf |
DataLongDB.initTypeIntf() |
TypeIntf |
DataIntDB.initTypeIntf() |
TypeIntf |
DataFloatDB.initTypeIntf() |
TypeIntf |
DataDoubleDB.initTypeIntf() |
TypeIntf |
DataDateDB.initTypeIntf() |
TypeIntf |
DataCharDB.initTypeIntf() |
TypeIntf |
DataBooleanDB.initTypeIntf() |
TypeIntf |
DataBlobDB.initTypeIntf() |
TypeIntf |
DataBigDecimalDB.initTypeIntf() |
| Modifier and Type | Method and Description |
|---|---|
static DataIntf |
Data.createDataType(TypeIntf aType) |
void |
TypeDB.setTypeIntf(TypeIntf aType) |
void |
Type.setTypeIntf(TypeIntf aType) |
| Constructor and Description |
|---|
Data(TypeIntf aType) |
DataBigDecimal(TypeIntf aType) |
DataBlob(TypeIntf aType) |
DataBoolean(TypeIntf aType) |
DataChar(TypeIntf aType) |
DataDate(TypeIntf aType) |
DataDouble(TypeIntf aType) |
DataFloat(TypeIntf aType) |
DataInt(TypeIntf aType) |
DataLong(TypeIntf aType) |
DataShort(TypeIntf aType) |
DataString(TypeIntf aType) |
Type(TypeIntf aType) |
Copyright © 2020. All rights reserved.