| 程序包 | 说明 |
|---|---|
| com.peersafe.chainsql.core |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Table.delete()
Delete data from a table.
|
Table |
Table.get() |
Table |
Table.get(List<String> args)
Select data from a table.
|
Table |
Table.get(String arg)
Select data from a table.
|
Table |
Table.insert(org.json.JSONArray jsonArray) |
Table |
Table.insert(List<String> orgs)
Insert data to a table.
|
Table |
Table.insert(List<String> orgs,
String autoFillField)
Insert data to a table.
|
Table |
Table.insert(List<String> orgs,
String autoFillField,
String txsHashFillField)
Insert data to a table.
|
Table |
Table.limit(String orgs)
Filter condition for select result.
|
Table |
Table.order(List<String> orgs)
Sort for a select result.
|
Table |
Table.sqlAssert(List<String> orgs)
Assertion when sql-transaction begins.
|
Table |
Chainsql.table(String name)
Create a Table object by giving a table name.
|
Table |
Table.tableSet(org.json.JSONObject tableProperties)
设置表的属性,包括 nameInDB; 是否为加密表
|
Table |
Table.update(String orgs)
Update table data.
|
Table |
Table.update(String orgs,
String autoFillField)
Update data to a table.
|
Table |
Table.update(String orgs,
String autoFillField,
String txsHashFillField)
Update data to a table.
|
Table |
Table.withFields(String orgs)
Filter conditions when select.
|
Copyright © 2021. All rights reserved.