OmniSciDB
94e8789169
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
db_name | |
db_owner | |
Private Attributes | |
__dict__ | |
def omnisci.thrift.ttypes.TDBInfo.__ne__ | ( | self, | |
other | |||
) |
def omnisci.thrift.ttypes.TDBInfo.__repr__ | ( | self | ) |
def omnisci.thrift.ttypes.TDBInfo.read | ( | self, | |
iprot | |||
) |
Definition at line 1498 of file ttypes.py.
References create_table.SyntheticTable.db_name, com.omnisci.jdbc.Connection_enums.db_name, omnisci.thrift.ttypes.TDBInfo.db_name, Parser::CreateDBStmt.db_name, Parser::DropDBStmt.db_name, and omnisci.thrift.ttypes.TDBInfo.db_owner.
def omnisci.thrift.ttypes.TDBInfo.validate | ( | self | ) |
def omnisci.thrift.ttypes.TDBInfo.write | ( | self, | |
oprot | |||
) |
Definition at line 1522 of file ttypes.py.
References create_table.SyntheticTable.db_name, com.omnisci.jdbc.Connection_enums.db_name, omnisci.thrift.ttypes.TDBInfo.db_name, Parser::CreateDBStmt.db_name, Parser::DropDBStmt.db_name, and omnisci.thrift.ttypes.TDBInfo.db_owner.
omnisci.thrift.ttypes.TDBInfo.db_name |
Definition at line 1495 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TDBInfo.read(), and omnisci.thrift.ttypes.TDBInfo.write().
omnisci.thrift.ttypes.TDBInfo.db_owner |
Definition at line 1496 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TDBInfo.read(), and omnisci.thrift.ttypes.TDBInfo.write().