The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog | Stats
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

AssociateChan Class Reference

Used to associate an SQL query with a channel. More...

#include <m_sqlutils.h>

Inheritance diagram for AssociateChan:

Inheritance graph
[legend]
Collaboration diagram for AssociateChan:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AssociateChan (Module *s, Module *d, unsigned long i, chanrec *u)
AssociateChanS ()

Public Attributes

unsigned long id
 Query ID.
chanrecchan
 Channel.

Detailed Description

Used to associate an SQL query with a channel.

Definition at line 52 of file m_sqlutils.h.


Constructor & Destructor Documentation

AssociateChan::AssociateChan Module s,
Module d,
unsigned long  i,
chanrec u
[inline]
 

Definition at line 62 of file m_sqlutils.h.

00063         : Request(s, d, SQLUTILAC), id(i), chan(u)
00064         {
00065         }


Member Function Documentation

AssociateChan& AssociateChan::S  )  [inline]
 

Definition at line 67 of file m_sqlutils.h.

References Request::Send().

00068         {
00069                 Send();
00070                 return *this;
00071         }


Member Data Documentation

chanrec* AssociateChan::chan
 

Channel.

Definition at line 60 of file m_sqlutils.h.

Referenced by ModuleSQLutils::OnRequest().

unsigned long AssociateChan::id
 

Query ID.

Reimplemented from Request.

Definition at line 57 of file m_sqlutils.h.

Referenced by ModuleSQLutils::OnRequest().


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