persistentstorage/sql/SRC/Server/SqlSrvConfig.h
changeset 17 55f2396f6d25
parent 0 08ec8eefde2f
child 21 fcc16690f446
child 29 cce6680bbf1c
equal deleted inserted replaced
15:3eacc0623088 17:55f2396f6d25
     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;