persistentstorage/sql/SRC/Server/SqlSrvConfig.h
branchRCL_3
changeset 9 667e88a979d7
parent 0 08ec8eefde2f
child 15 fcc16690f446
equal deleted inserted replaced
8:fa9941cf3867 9:667e88a979d7
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-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".
    92 @endcode
    92 @endcode
    93 
    93 
    94 TSqlSrvConfig::InitL() should be used once for loading the config parameter values from the SQL server comfiguration file.
    94 TSqlSrvConfig::InitL() should be used once for loading the config parameter values from the SQL server comfiguration file.
    95 
    95 
    96 TSqlSrvConfig::GetConfigParamsL() can be used for retrieving correctly initialized TSqlSrvConfigParams object.
    96 TSqlSrvConfig::GetConfigParamsL() can be used for retrieving correctly initialized TSqlSrvConfigParams object.
    97 The rules described in the tabble above will be used for producing correct set of config parameter values in
    97 The rules described in the table above will be used for producing correct set of config parameter values in
    98 the created TSqlSrvConfigParams object.
    98 the created TSqlSrvConfigParams object.
    99 
    99 
   100 There are exceptions from the rules and these are:
   100 There are exceptions from the rules and these are:
   101  - the "soft heap limit" parameter, which cannot be set using a configuration string, 
   101  - the "soft heap limit" parameter, which cannot be set using a configuration string, 
   102    it is a config file only parameter;
   102    it is a config file only parameter;