OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
objectName | |
objectType | |
privs | |
grantee | |
privilegeObjectType | |
objectId | |
Private Attributes | |
__dict__ | |
Attributes: - objectName - objectType - privs - grantee - privilegeObjectType - objectId
def heavydb.thrift.ttypes.TDBObject.__init__ | ( | self, | |
objectName = None , |
|||
objectType = None , |
|||
privs = None , |
|||
grantee = None , |
|||
privilegeObjectType = None , |
|||
objectId = None |
|||
) |
def heavydb.thrift.ttypes.TDBObject.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TDBObject.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TDBObject.read | ( | self, | |
iprot | |||
) |
Definition at line 6366 of file ttypes.py.
References heavydb.thrift.ttypes.TDBObject.grantee, ObjectRoleDescriptor.objectId, DBObjectKey.objectId, heavydb.thrift.ttypes.TDBObject.objectId, ObjectRoleDescriptor.objectName, heavydb.thrift.ttypes.TDBObject.objectName, heavydb.thrift.Heavy.get_db_object_privs_args.objectName, ObjectRoleDescriptor.objectType, heavydb.thrift.ttypes.TDBObject.objectType, heavydb.thrift.Heavy.has_object_privilege_args.objectType, heavydb.thrift.ttypes.TDBObject.privilegeObjectType, ObjectRoleDescriptor.privs, and heavydb.thrift.ttypes.TDBObject.privs.
def heavydb.thrift.ttypes.TDBObject.validate | ( | self | ) |
def heavydb.thrift.ttypes.TDBObject.write | ( | self, | |
oprot | |||
) |
Definition at line 6415 of file ttypes.py.
References heavydb.thrift.ttypes.TDBObject.grantee, ObjectRoleDescriptor.objectId, DBObjectKey.objectId, heavydb.thrift.ttypes.TDBObject.objectId, ObjectRoleDescriptor.objectName, heavydb.thrift.ttypes.TDBObject.objectName, heavydb.thrift.Heavy.get_db_object_privs_args.objectName, ObjectRoleDescriptor.objectType, heavydb.thrift.ttypes.TDBObject.objectType, heavydb.thrift.Heavy.has_object_privilege_args.objectType, heavydb.thrift.ttypes.TDBObject.privilegeObjectType, ObjectRoleDescriptor.privs, and heavydb.thrift.ttypes.TDBObject.privs.
|
private |
Definition at line 6459 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TDBObject.grantee |
Definition at line 6362 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDBObject.read(), and heavydb.thrift.ttypes.TDBObject.write().
heavydb.thrift.ttypes.TDBObject.objectId |
Definition at line 6364 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDBObject.read(), and heavydb.thrift.ttypes.TDBObject.write().
heavydb.thrift.ttypes.TDBObject.objectName |
Definition at line 6359 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDBObject.read(), and heavydb.thrift.ttypes.TDBObject.write().
heavydb.thrift.ttypes.TDBObject.objectType |
Definition at line 6360 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDBObject.read(), and heavydb.thrift.ttypes.TDBObject.write().
heavydb.thrift.ttypes.TDBObject.privilegeObjectType |
Definition at line 6363 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDBObject.read(), and heavydb.thrift.ttypes.TDBObject.write().
heavydb.thrift.ttypes.TDBObject.privs |
Definition at line 6361 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDBObject.read(), and heavydb.thrift.ttypes.TDBObject.write().