Package | Description |
---|---|
com.buabook.kdb.data |
Modifier and Type | Method and Description |
---|---|
KdbDict |
KdbDict.add(Object key,
Object value)
Adds a new key / value pair to the dictionary
|
KdbDict |
KdbDict.add(Object key,
Object value,
Class<?> elementType)
Adds a new key / value pair to the dictionary with
null detection |
private void |
KdbTable.doSetOfInitialDataSet(c.Flip initialData,
boolean overwrite) |
void |
KdbDict.setInitialDataSet(c.Dict kdbDict)
Takes the provided kdb dictionary and maps it into
KdbDict.data for use in this object |
void |
KdbTable.setInitialDataSet(c.Flip initialData)
Performs the initial set of data from a kdb
c.Flip object |
Constructor and Description |
---|
KdbTable(String tableName,
c.Flip initialData)
Instantiates a new kdb table object with a set of initial data in kdb format
|
Copyright © 2017. All rights reserved.