OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
create_ | |
delete_ | |
view_sql_editor_ | |
access_ | |
Private Attributes | |
__dict__ | |
Attributes: - create_ - delete_ - view_sql_editor_ - access_
def heavydb.thrift.ttypes.TDatabasePermissions.__init__ | ( | self, | |
create_ = None , |
|||
delete_ = None , |
|||
view_sql_editor_ = None , |
|||
access_ = None |
|||
) |
def heavydb.thrift.ttypes.TDatabasePermissions.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TDatabasePermissions.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TDatabasePermissions.read | ( | self, | |
iprot | |||
) |
Definition at line 5740 of file ttypes.py.
References heavydb.thrift.ttypes.TDatabasePermissions.access_, heavydb.thrift.ttypes.TDatabasePermissions.create_, heavydb.thrift.ttypes.TDatabasePermissions.delete_, and heavydb.thrift.ttypes.TDatabasePermissions.view_sql_editor_.
def heavydb.thrift.ttypes.TDatabasePermissions.validate | ( | self | ) |
def heavydb.thrift.ttypes.TDatabasePermissions.write | ( | self, | |
oprot | |||
) |
Definition at line 5774 of file ttypes.py.
References heavydb.thrift.ttypes.TDatabasePermissions.access_, heavydb.thrift.ttypes.TDatabasePermissions.create_, heavydb.thrift.ttypes.TDatabasePermissions.delete_, and heavydb.thrift.ttypes.TDatabasePermissions.view_sql_editor_.
|
private |
Definition at line 5807 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TDatabasePermissions.access_ |
Definition at line 5738 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDatabasePermissions.read(), and heavydb.thrift.ttypes.TDatabasePermissions.write().
heavydb.thrift.ttypes.TDatabasePermissions.create_ |
Definition at line 5735 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDatabasePermissions.read(), heavydb.thrift.ttypes.TTablePermissions.read(), heavydb.thrift.ttypes.TDashboardPermissions.read(), heavydb.thrift.ttypes.TViewPermissions.read(), heavydb.thrift.ttypes.TServerPermissions.read(), heavydb.thrift.ttypes.TDatabasePermissions.write(), heavydb.thrift.ttypes.TTablePermissions.write(), heavydb.thrift.ttypes.TDashboardPermissions.write(), heavydb.thrift.ttypes.TViewPermissions.write(), and heavydb.thrift.ttypes.TServerPermissions.write().
heavydb.thrift.ttypes.TDatabasePermissions.delete_ |
Definition at line 5736 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDatabasePermissions.read(), heavydb.thrift.ttypes.TTablePermissions.read(), heavydb.thrift.ttypes.TDashboardPermissions.read(), heavydb.thrift.ttypes.TViewPermissions.read(), heavydb.thrift.ttypes.TDatabasePermissions.write(), heavydb.thrift.ttypes.TTablePermissions.write(), heavydb.thrift.ttypes.TDashboardPermissions.write(), and heavydb.thrift.ttypes.TViewPermissions.write().
heavydb.thrift.ttypes.TDatabasePermissions.view_sql_editor_ |
Definition at line 5737 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDatabasePermissions.read(), and heavydb.thrift.ttypes.TDatabasePermissions.write().