|
__init__(self,
host,
port,
login=' anonymous ' ,
password='
' ,
keepalive=True) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
execute(self,
command)
Returns silently if the command executes successfully, throws an
exception otherwise |
source code
|
|
|
|
|
executeNoWait(self,
command)
Returns silently if the command executes, throws an exception if an
error occours immediately Does not wait for any return condition of
the remote command |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
constraintAddNotNull(self,
directory,
attribute,
name) |
source code
|
|
|
constraintAddUnique(self,
directory,
attribute,
name) |
source code
|
|
|
constraintAddReference(self,
directory,
attribute,
reffered_attr,
name) |
source code
|
|
|
constraintAddCheck(self,
directory,
check,
name) |
source code
|
|
|
|
|
|
|
|
Inherited from mdinterface.MDInterface :
splitUpdateClause
|