emailservices/emailstore/message_store/server/inc/ContainerStoreDefs.h
branchRCL_3
changeset 18 6b8f3b30d0ec
parent 0 8466d47a6819
equal deleted inserted replaced
17:67369d1b217f 18:6b8f3b30d0ec
    63 _LIT( KContainersTablePropertiesCol,      "C006" );
    63 _LIT( KContainersTablePropertiesCol,      "C006" );
    64 _LIT( KContainersTableQuickPropertiesCol, "C007" );
    64 _LIT( KContainersTableQuickPropertiesCol, "C007" );
    65 _LIT( KContainersTableCountsCol,		  "C008" );
    65 _LIT( KContainersTableCountsCol,		  "C008" );
    66 _LIT( KContainersTableIsRowEncryptedCol,  "C009" );
    66 _LIT( KContainersTableIsRowEncryptedCol,  "C009" );
    67 _LIT( KContainersTableIdIndex,            "C00A" );
    67 _LIT( KContainersTableIdIndex,            "C00A" );
       
    68 _LIT( KContainersTableParentIdIndex,      "C00B" );
    68 
    69 
    69 // Sorting table
    70 // Sorting table
    70 _LIT( KSortingTableName,                  "D001" );
    71 _LIT( KSortingTableName,                  "D001" );
    71 //    column names
    72 //    column names
    72 _LIT( KSortingTableMessageIdCol,          "D002" );
    73 _LIT( KSortingTableMessageIdCol,          "D002" );
   111 _LIT( KMruAddressTableIsEncryptedCol,     "F006" );
   112 _LIT( KMruAddressTableIsEncryptedCol,     "F006" );
   112 // indexes
   113 // indexes
   113 _LIT( KMruAddressTableMruNumIndex,        "F007" );
   114 _LIT( KMruAddressTableMruNumIndex,        "F007" );
   114 _LIT( KMruAddressTableMailboxIdIndex,     "F008" );
   115 _LIT( KMruAddressTableMailboxIdIndex,     "F008" );
   115 
   116 
       
   117 _LIT(KMarkedForDeleteTableName,                 "H001");
       
   118 _LIT(KMarkedForDeleteTableIDCol,                "H002");
       
   119 
       
   120 
   116 
   121 
   117 /** Defines the states of encryption/decryption operation 
   122 /** Defines the states of encryption/decryption operation 
   118  *  This state needs to be persisted in the db, so that if
   123  *  This state needs to be persisted in the db, so that if
   119  *  power lost while encrypting/decrypting, it can continue
   124  *  power lost while encrypting/decrypting, it can continue
   120  *  after message store is started again.
   125  *  after message store is started again.