X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFIoDatabase.h;h=abbbf6d8e0441b39f1602a027e8ae6e46310359b;hb=784486292647466590c6cd98c88e4a224c2d2536;hp=bc7c416ef3c43e097d4fc6e431da0acfd942a15f;hpb=06ff7d63300a6f4f84e05132e7d3a15d304eba49;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FIoDatabase.h b/inc/FIoDatabase.h index bc7c416..abbbf6d 100644 --- a/inc/FIoDatabase.h +++ b/inc/FIoDatabase.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -291,8 +290,7 @@ public: virtual ~Database(void); /** - * @if OSPDEPREC - * @{ + * @cond OSPDEPREC * Initializes this instance of %Database with the specified parameters. @n * This method creates a new database file or opens an existing database file in the read-write mode. * @@ -333,14 +331,12 @@ public: * @remarks To open the database file in the read-only mode, * use the Database::Construct(const Tizen::Base::String& dbPath, const char* pOpenMode) method * with "r" as the value for the open mode flag. - * @} - * @endif + * @endcond */ result Construct(const Tizen::Base::String& dbPath, bool createIfNotExist); /** - * @if OSPDEPREC - * @{ + * @cond OSPDEPREC * Initializes this instance of %Database with the specified parameters. @n * This method creates a new database file or opens an existing database file in the read-only or the read-write mode. * @@ -377,8 +373,7 @@ public: * - The method has failed to open or create a file. @n * - An unexpected device failure has occurred as the media ejected suddenly. @n * - %File corruption is detected. - * @} - * @endif + * @endcond */ result Construct(const Tizen::Base::String& dbPath, long openMode, long option); @@ -449,7 +444,7 @@ public: * - %File corruption is detected. @n * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. For more information, see * Application Filtering. - * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + * @remarks Before calling this method, check whether the feature is supported by Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ result Construct(const Tizen::Base::String& dbPath, const char* pOpenMode, const Tizen::Base::ByteBuffer& secretKey); @@ -777,7 +772,7 @@ public: * @exception E_SYSTEM The method cannot proceed due to a severe system error. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. For more information, see * Application Filtering. - * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + * @remarks Before calling this method, check whether the feature is supported by Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ static result ConvertToSecureDatabase(const Tizen::Base::String& normalDbPath, const Tizen::Base::String& secureDbPath, const Tizen::Base::ByteBuffer& secretKey);