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 4b9f55d commit 8b0f82aCopy full SHA for 8b0f82a
README.md
@@ -30,6 +30,7 @@ The code demo:
30
obTableClient.setParamURL("param_url");
31
obTableClient.setPassword("password");
32
obTableClient.setSysUserName("sys_user_name");
33
+ obTableClient.setSysPassword("sys_user_passwd");
34
obTableClient.init();
35
36
// 2. single execute
@@ -50,8 +51,8 @@ The code demo:
50
51
// the results include 3 item: 1. affectedRows; 2. Map; 3. affectedRows.
52
```
53
**NOTE:**
-param_url is generated by ConfigServer (link TODO).
54
-
+1. param_url is generated by ConfigServer (link TODO).
55
+2. More example [Demo](https://github.com/oceanbase/obkv-table-client-java/tree/master/example)
56
## Documentation
57
58
- English [Coming soon]
0 commit comments