You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PROTOCOL protocol = PROTOCOL_DDB, bool showOutput = true, int sqlStd = 0, int tryReconnectNums = -1);
238
+
PROTOCOL protocol = PROTOCOL_DDB, bool showOutput = true, int sqlStd = 0, int tryReconnectNums = -1, bool usePublicName = false);
231
239
virtual~DBConnectionPool();
232
-
240
+
233
241
voidrun(const string& script, int identity, int priority=4, int parallelism=64, int fetchSize=0, bool clearMemory = false);
234
-
242
+
235
243
voidrun(const string& functionName, const vector<ConstantSP>& args, int identity, int priority=4, int parallelism=64, int fetchSize=0, bool clearMemory = false);
236
-
244
+
237
245
boolisFinished(int identity);
238
246
239
247
ConstantSP getData(int identity);
240
-
248
+
241
249
voidshutDown();
242
250
243
251
boolisShutDown();
@@ -259,7 +267,7 @@ class EXPORT_DECL DBConnectionPool{
0 commit comments