| 94 | indev m_ofp; |
| 95 | |
| 96 | class Command : public Firebird::GlobalStorage |
| 97 | { |
| 98 | public: |
| 99 | Command(const char* statement, const char* term); |
| 100 | void toFile(FILE* fpointer); |
| 101 | private: |
| 102 | Firebird::string m_statement; |
| 103 | }; |
| 104 | |
| 105 | Firebird::HalfStaticArray<Command*, 32> commands; |
| 106 | }; |