We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba4422 commit 19be98eCopy full SHA for 19be98e
README_CN.md
@@ -29,13 +29,13 @@
29
30
## 1. Java API 概述
31
32
-Java API需要运行在Java 1.8或以上环境。使用Java API前,引入以下maven依赖(以1.30.20.1为例)
+Java API需要运行在Java 1.8或以上环境。使用Java API前,引入以下maven依赖(以1.30.22.1为例)
33
```java
34
<!-- https://mvnrepository.com/artifact/com.dolphindb/dolphindb-javaapi -->
35
<dependency>
36
<groupId>com.dolphindb</groupId>
37
<artifactId>dolphindb-javaapi</artifactId>
38
- <version>1.30.20.1</version>
+ <version>1.30.22.1</version>
39
</dependency>
40
```
41
Java API遵循面向接口编程的原则。Java API使用接口类Entity来表示DolphinDB返回的所有数据类型。在Entity接口类的基础上,根据DolphinDB的数据类型,Java API提供了7种拓展接口,分别是scalar,vector,matrix,set,dictionary,table和chart。这些接口类都包含在com.xxdb.data包中。
0 commit comments