forked from MiroM73/MMePoTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
21 lines (21 loc) · 1.16 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- clienttask.export (DONE)
- system.applyTag (DONE)
- system.clearTag (DONE)
- system.delete (DONE)
- system.wakeupAgent
- core.listTables
- tasklog.listTaskHistory
- tasklog.listMessages
- tasklog.listSubtasks
- clienttask.find (DONE)
- clienttask.run (DONE)
- execute own query
core.executeQuery target=<> [select=<>] [where=<>] [order=<>] [group=<>] [database=<>] [depth=<>] [joinTables=<>]
target - The SQUID target type to query. Optionally, the database type can be prepended to the target with a '.' (for example, databaseType.target)
select - The SQUID select clause of the query; if blank, all columns will be returned
where - The SQUID where clause of the query; if blank, all rows will be returned
order - The SQUID order-by clause of the query; if blank, database order will be returned
group - The SQUID group-by clause of the query; if blank, no grouping will be performed
database - The name of the remote database; if blank, the default database for the given database type will be used
depth - The SQUID depth to fetch sub results (default: 5)
joinTables - The comma-separated list of SQUID targets to join with the target type; * means join with all types