| Class | Description |
|---|---|
| DBConnection |
Sets up a connection to DolphinDB server through TCP/IP protocol
Executes DolphinDB scripts
Example:
import com.xxdb;
DBConnection conn = new DBConnection();
boolean success = conn.connect("localhost", 8080);
conn.run("sum(1..100)");
|
| FileLog | |
| RSAUtils | |
| ServerExceptionUtils |
Copyright © 2019 DolphinDB. All rights reserved.