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

Method toFile

src/isql/InputDevices.cpp:288–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void InputDevices::Command::toFile(FILE* f)
289{
290 fputs(m_statement.c_str(), f);
291 // Add newline to make the file more readable.
292 fputc('\n', f);
293}
294
295void InputDevices::commandsToFile(FILE* f)
296{

Callers 1

commandsToFileMethod · 0.80

Calls 2

fputsFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected