persistentstorage/sql/TEST/t_sqloom.h
branchRCL_3
changeset 15 fcc16690f446
parent 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
14:04ec7606545c 15:fcc16690f446
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   119 typedef void (*TDbFuncPtrL)(RSqlDatabase& aDb, const TDesC& aDbFileName, TDbType aDbType);
   119 typedef void (*TDbFuncPtrL)(RSqlDatabase& aDb, const TDesC& aDbFileName, TDbType aDbType);
   120 typedef void (*TStmtFuncPtrL)(RSqlDatabase& aDb, RSqlStatement& aStmt);
   120 typedef void (*TStmtFuncPtrL)(RSqlDatabase& aDb, RSqlStatement& aStmt);
   121 typedef void (*TStmtFuncPtr2L)(RSqlStatement& aStmt);
   121 typedef void (*TStmtFuncPtr2L)(RSqlStatement& aStmt);
   122 typedef void (*TScalarFullSelectFuncPtrL)(RSqlDatabase& aDb);
   122 typedef void (*TScalarFullSelectFuncPtrL)(RSqlDatabase& aDb);
   123 typedef void (*TBlobPrepareFuncPtrL)(RSqlDatabase& aDb);
   123 typedef void (*TBlobPrepareFuncPtrL)(RSqlDatabase& aDb);
   124 typedef void (*TBlobTestFuncPtrL)(RSqlDatabase& aDb, const TDesC& aAttachDbName = KNullDesC);
   124 typedef void (*TBlobTestFuncPtrL)(RSqlDatabase& aDb, const TDesC& aAttachDbName);
   125 
   125 
   126 void CreateTestSecurityPolicy(RSqlSecurityPolicy& aSecurityPolicy);
   126 void CreateTestSecurityPolicy(RSqlSecurityPolicy& aSecurityPolicy);
   127 void CreateAttachDb();
   127 void CreateAttachDb();
   128 void DbOomTestsL(TDbType aDbType);
   128 void DbOomTestsL(TDbType aDbType);
   129 
   129