The Database class handles queries that don't require a previous login, served by the db server object.
More...
List of all members.
Public Member Functions |
| def | list |
| | Obtains the list of available databases from the given URL.
|
| def | call |
| | Calls the specified method on the given object on the server.
|
| def | execute |
| | Same as call() but uses the notify mechanism to notify exceptions.
|
Detailed Description
The Database class handles queries that don't require a previous login, served by the db server object.
Definition at line 544 of file Rpc.py.
Member Function Documentation
| def Koo::Rpc::Rpc::Database::call |
( |
|
self, |
|
|
|
url, |
|
|
|
method, |
|
|
|
args | |
|
) |
| | |
Calls the specified method on the given object on the server.
If there is an error during the call it simply rises an exception
Definition at line 556 of file Rpc.py.
| def Koo::Rpc::Rpc::Database::execute |
( |
|
self, |
|
|
|
url, |
|
|
|
method, |
|
|
|
args | |
|
) |
| | |
Same as call() but uses the notify mechanism to notify exceptions.
Definition at line 562 of file Rpc.py.
| def Koo::Rpc::Rpc::Database::list |
( |
|
self, |
|
|
|
url | |
|
) |
| | |
Obtains the list of available databases from the given URL.
None if there was an error trying to fetch the list.
Definition at line 547 of file Rpc.py.
The documentation for this class was generated from the following file: