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

Method createDatabase

src/remote/client/interface.cpp:1959–1974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1957
1958
1959IAttachment* RProvider::createDatabase(CheckStatusWrapper* status, const char* fileName,
1960 unsigned int dpbLength, const unsigned char* dpb)
1961{
1962/**************************************
1963 *
1964 * g d s _ c r e a t e _ d a t a b a s e
1965 *
1966 **************************************
1967 *
1968 * Functional description
1969 * Create a nice, squeeky clean database, uncorrupted by user data.
1970 *
1971 **************************************/
1972
1973 return create(status, fileName, dpbLength, dpb, false);
1974}
1975
1976
1977IAttachment* Loopback::createDatabase(CheckStatusWrapper* status, const char* fileName,

Callers 1

acceptMethod · 0.45

Calls 1

createFunction · 0.85

Tested by

no test coverage detected