Drizzled Public API Documentation

prototest::mysql::handshake::Status Class Reference

Inheritance diagram for prototest::mysql::handshake::Status:
prototest::mysql::bitfield::BitField

List of all members.

Public Member Functions

def __getattr__
def __setattr__
def __str__
def value

Static Private Attributes

list _fields

Detailed Description

Definition at line 81 of file handshake.py.


Member Data Documentation

list prototest::mysql::handshake::Status::_fields [static, private]
Initial value:
[
    'IN_TRANS',
    'AUTOCOMMIT',
    'MORE_RESULTS_EXISTS',
    'QUERY_NO_GOOD_INDEX_USED',
    'QUERY_NO_INDEX_USED',
    'CURSOR_EXISTS',
    'LAST_ROW_SENT',
    'DB_DROPPED',
    'NO_BACKSLASH_ESCAPES',
    'QUERY_WAS_SLOW'
  ]

Reimplemented from prototest::mysql::bitfield::BitField.

Definition at line 82 of file handshake.py.


The documentation for this class was generated from the following file: