Name |
Description |
Supported Operations |
Dynamic Tables
|
No description available |
Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
|
SysDatabases
|
No description available |
Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method |
Supported ? |
Reference EndPoint |
SELECT |
YES |
get_databases |
INSERT |
NO |
|
UPDATE |
NO |
|
UPSERT |
NO |
|
DELETE |
NO |
|
LOOKUP |
YES |
get_database |
|
SysTables
|
No description available |
Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method |
Supported ? |
Reference EndPoint |
SELECT |
YES |
get_tables |
INSERT |
NO |
|
UPDATE |
NO |
|
UPSERT |
NO |
|
DELETE |
NO |
|
LOOKUP |
YES |
get_table |
|
SysUsers
|
No description available |
Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method |
Supported ? |
Reference EndPoint |
SELECT |
YES |
get_users |
INSERT |
NO |
|
UPDATE |
NO |
|
UPSERT |
NO |
|
DELETE |
NO |
|
LOOKUP |
YES |
get_user |
|