| Package | Description |
|---|---|
| com.xxdb | |
| com.xxdb.data | |
| com.xxdb.route | |
| com.xxdb.streaming.client |
| Modifier and Type | Method and Description |
|---|---|
Entity |
DBConnection.run(String script) |
Entity |
DBConnection.run(String script,
int priority) |
Entity |
DBConnection.run(String script,
int priority,
int parallelism) |
Entity |
DBConnection.run(String function,
List<Entity> arguments) |
Entity |
DBConnection.run(String function,
List<Entity> arguments,
int priority) |
Entity |
DBConnection.run(String function,
List<Entity> arguments,
int priority,
int parallelism) |
Entity |
DBConnection.run(String script,
ProgressListener listener) |
Entity |
DBConnection.run(String script,
ProgressListener listener,
int priority,
int parallelism) |
Entity |
DBConnection.tryRun(String script) |
Entity |
DBConnection.tryRun(String script,
int priority,
int parallelism) |
Entity |
DBConnection.tryRun(String function,
List<Entity> arguments) |
Entity |
DBConnection.tryRun(String function,
List<Entity> arguments,
int priority,
int parallelism) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
DBConnection.run(String function,
List<Entity> arguments) |
Entity |
DBConnection.run(String function,
List<Entity> arguments,
int priority) |
Entity |
DBConnection.run(String function,
List<Entity> arguments,
int priority,
int parallelism) |
Entity |
DBConnection.tryRun(String function,
List<Entity> arguments) |
Entity |
DBConnection.tryRun(String function,
List<Entity> arguments,
int priority,
int parallelism) |
void |
DBConnection.tryUpload(Map<String,Entity> variableObjectMap) |
void |
DBConnection.upload(Map<String,Entity> variableObjectMap) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Chart
Interface for chart object
|
interface |
Dictionary |
interface |
Matrix
Interface for matrix object
|
interface |
Scalar
Interface for scalar object
|
interface |
Set |
interface |
Table
Interface for table object
|
interface |
Vector
Interface for DolphinDB data form: ARRAY, BIGARRAY
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMatrix |
class |
AbstractScalar |
class |
AbstractVector |
class |
BasicAnyVector
Corresponds to DolphinDB tuple(any vector)
|
class |
BasicBoolean
Corresponds to DolphinDB bool scalar
|
class |
BasicBooleanMatrix
Corresponds to DolphinDB bool matrix
|
class |
BasicBooleanVector
Corresponds to DolphinDB bool vector
|
class |
BasicByte
Corresponds to DolphinDB char scalar
|
class |
BasicByteMatrix
Corresponds to DolphinDB char matrix
|
class |
BasicByteVector
Corresponds to DolphinDB char vector
|
class |
BasicChart
Corresponds to DolphinDB chart object
|
class |
BasicChunkMeta |
class |
BasicDate
Corresponds to DolphinDB date scalar
|
class |
BasicDateHour
Corresponds to DolphinDB datehour scalar
|
class |
BasicDateHourMatrix
Corresponds to DolphinDB datehour matrix
|
class |
BasicDateHourVector
Corresponds to DolphinDB datehour vector
|
class |
BasicDateMatrix
Corresponds to DolphinDB date matrix
|
class |
BasicDateTime
Corresponds to DolphinDB datetime scalar
|
class |
BasicDateTimeMatrix
Corresponds to DolphinDB datetime matrix
|
class |
BasicDateTimeVector
Corresponds to DolphinDB datetime vector
|
class |
BasicDateVector
Corresponds to DolphinDB date vector
|
class |
BasicDictionary
Corresponds to DolphinDB dictionary object
|
class |
BasicDouble
Corresponds to DolphinDB double scalar
|
class |
BasicDoubleMatrix
Corresponds to DolphinDB double matrix
|
class |
BasicDoubleVector
Corresponds to DolphinDB double vector
|
class |
BasicFloat
Corresponds to DolphinDB float scalar
|
class |
BasicFloatMatrix
Corresponds to DolphinDB float matrix
|
class |
BasicFloatVector
Corresponds to DolphinDB float vector
|
class |
BasicInt
Corresponds to DolphinDB int scalar
|
class |
BasicInt128 |
class |
BasicInt128Vector |
class |
BasicIntMatrix
Corresponds to DolphinDB int matrix
|
class |
BasicIntVector
Corresponds to DolphinDB int vector
|
class |
BasicIPAddr |
class |
BasicIPAddrVector |
class |
BasicLong
Corresponds to DolphindB long scalar
|
class |
BasicLongMatrix
Corresponds to DolphinDB long matrix
|
class |
BasicLongVector
Corresponds to DolphinDB long vector
|
class |
BasicMinute
Corresponds to DolphinDB minute scalar
|
class |
BasicMinuteMatrix
Corresponds to DolphinDB minute matrix
|
class |
BasicMinuteVector
Corresponds to DolphinDB minute vector
|
class |
BasicMonth
Corresponds to DolphinDB month scalar
|
class |
BasicMonthMatrix
Corresponds to DolphinDB month matrix
|
class |
BasicMonthVector
Corresponds to DolphinDB month vector
|
class |
BasicNanoTime
Corresponds to DolphinDB nanotime scalar.
|
class |
BasicNanoTimeMatrix
Corresponds to DolphinDB nanotime matrix.
|
class |
BasicNanoTimestamp
Corresponds to DolphinDB nanotimestamp scalar
|
class |
BasicNanoTimestampMatrix
Corresponds to DolphinDB nanotimestamp matrix
|
class |
BasicNanoTimestampVector
Corresponds to DolphinDB nanotimestamp vector
|
class |
BasicNanoTimeVector
Corresponds to DolphinDB nanotime vector
|
class |
BasicSecond
Corresponds to DolphinDB second scalar
|
class |
BasicSecondMatrix
Corresponds to DolphinDB second matrix
|
class |
BasicSecondVector
Corresponds to DolphinDB second vector
|
class |
BasicSet
Corresponds to DolphinDB set object
|
class |
BasicShort
Corresponds to DolphinDB short scalar
|
class |
BasicShortMatrix
Corresponds to DolphinDB short matrix
|
class |
BasicShortVector
Corresponds to DolphinDB short vector
|
class |
BasicString
Corresponds to DolphinDB string scalar
|
class |
BasicStringMatrix
Corresponds to DolphinDB string matrix
|
class |
BasicStringVector
Corresponds to DolphinDB string vector
|
class |
BasicSystemEntity |
class |
BasicTable
Corresponds to DolphinDB table object
|
class |
BasicTime
Corresponds to DolphinDB time scalar.
|
class |
BasicTimeMatrix
Corresponds to DolphinDB time matrix.
|
class |
BasicTimestamp
Corresponds to DolphinDB timestamp scalar
|
class |
BasicTimestampMatrix
Corresponds to DolphinDB timestamp matrix
|
class |
BasicTimestampVector
Corresponds to DolphinDB timestamp vector
|
class |
BasicTimeVector
Corresponds to DolphinDB time vector
|
class |
BasicUuid |
class |
BasicUuidVector |
class |
Void |
| Modifier and Type | Method and Description |
|---|---|
Entity |
BasicEntityFactory.createEntity(Entity.DATA_FORM form,
Entity.DATA_TYPE type,
ExtendedDataInput in) |
Entity |
EntityFactory.createEntity(Entity.DATA_FORM form,
Entity.DATA_TYPE type,
ExtendedDataInput in) |
Entity |
Dictionary.get(Scalar key) |
Entity |
BasicDictionary.get(Scalar key) |
Entity |
BasicAnyVector.getEntity(int index) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Scalar,Entity>> |
BasicDictionary.entrySet() |
Collection<Entity> |
BasicDictionary.values() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Dictionary.put(Scalar key,
Entity value) |
boolean |
BasicDictionary.put(Scalar key,
Entity value) |
void |
BasicAnyVector.setEntity(int index,
Entity value) |
| Modifier and Type | Method and Description |
|---|---|
int |
PartitionedTableAppender.append(List<Entity> row)
Append a list of columns to the table.
|
int |
TableAppender.append(List<Entity> row)
Append a list of columns to the table.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
IMessage.getEntity(int colIndex) |
Entity |
BasicMessage.getEntity(int colIndex) |
Copyright © 2019 DolphinDB. All rights reserved.