MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrigAttrInfo Class Reference

#include <TrigAttrInfo.hpp>

Public Types

enum  AttrInfoType { PRIMARY_KEY = 0, BEFORE_VALUES = 1, AFTER_VALUES = 2 }

Public Member Functions

 STATIC_CONST (DataLength=22)
 STATIC_CONST (StaticLength=3)
Uint32 getConnectionPtr () const
void setConnectionPtr (Uint32)
AttrInfoType getAttrInfoType () const
void setAttrInfoType (AttrInfoType anAttrType)
Uint32 getTriggerId () const
void setTriggerId (Uint32 aTriggerId)
Uint32 getTransactionId1 () const
void setTransactionId1 (Uint32 aTransId)
Uint32 getTransactionId2 () const
void setTransactionId2 (Uint32 aTransId)
Uint32 * getData () const
int setData (Uint32 *aDataBuf, Uint32 aDataLen)

Friends

class Dbtup
class Dbtc
class Backup
class SumaParticipant
bool printTRIG_ATTRINFO (FILE *output, const Uint32 *theData, Uint32 len, Uint16 receiverBlockNo)

Detailed Description

TrigAttrInfo

This signal is sent by TUP to signal that a trigger has fired

Definition at line 33 of file TrigAttrInfo.hpp.

Friends And Related Function Documentation

friend class Dbtc
friend

Reciver(s)

Definition at line 47 of file TrigAttrInfo.hpp.

friend class Dbtup
friend

Sender(s) Sender(s) / Reciver(s)

Definition at line 42 of file TrigAttrInfo.hpp.

bool printTRIG_ATTRINFO ( FILE *  output,
const Uint32 *  theData,
Uint32  len,
Uint16  receiverBlockNo 
)
friend

For printing

Definition at line 39 of file TrigAttrInfo.cpp.


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