~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/info_schema_methods.h

  • Committer: Brian Aker
  • Date: 2009-11-02 19:25:39 UTC
  • mfrom: (1192.2.8 bug435444)
  • Revision ID: brian@gaz-20091102192539-sbknzvfitz80c1ku
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
};
111
111
 
112
112
/**
 
113
 * @class ModulesISMethods
 
114
 * @brief
 
115
 *   Class which implements any methods that the MODULES
 
116
 *   I_S table needs besides the default methods
 
117
 */
 
118
class ModulesISMethods : public drizzled::plugin::InfoSchemaMethods
 
119
{
 
120
public:
 
121
  virtual int fillTable(Session *session,
 
122
                        TableList *tables,
 
123
                        COND *cond);
 
124
};
 
125
 
 
126
/**
113
127
 * @class PluginsISMethods
114
128
 * @brief
115
129
 *   Class which implements any methods that the PLUGINS