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

Method attachDatabase

src/remote/client/interface.cpp:1269–1284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267
1268
1269IAttachment* RProvider::attachDatabase(CheckStatusWrapper* status, const char* filename,
1270 unsigned int dpb_length, const unsigned char* dpb)
1271{
1272/**************************************
1273 *
1274 * g d s _ a t t a c h _ d a t a b a s e
1275 *
1276 **************************************
1277 *
1278 * Functional description
1279 * Connect to an old, grungy database, corrupted by user data.
1280 *
1281 **************************************/
1282
1283 return attach(status, filename, dpb_length, dpb, false);
1284}
1285
1286
1287IAttachment* Loopback::attachDatabase(CheckStatusWrapper* status, const char* filename,

Callers 2

acceptMethod · 0.45
initReplicaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected