MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / Command

Class Command

src/isql/InputDevices.h:96–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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};

Callers 1

saveCommandMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected