X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFAppSqlDataControl.h;h=a6acf0b117b9b538000305d96d66be085623fa80;hb=07a771d39ebf4c7f26a04aeb3e06f9d7eb1c6dc2;hp=b792a5064fd5613b65fa689101b28223502fa4a9;hpb=33556cb3dc8358c5382140c41eaceb9e25bd81c5;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FAppSqlDataControl.h b/inc/FAppSqlDataControl.h index b792a50..a6acf0b 100755 --- a/inc/FAppSqlDataControl.h +++ b/inc/FAppSqlDataControl.h @@ -130,6 +130,8 @@ public: * the ISqlDataControlResponseListener::OnSqlDataControlSelectResponseReceived() method is called. * * @since 2.0 + * @privlevel public + * @privilege %http://tizen.org/privilege/datacontrol.consumer * * @return An error code * @param[in] dataId The string that identifies the specific data, usually a database table to query from @n @@ -162,6 +164,7 @@ public: * @exception E_MAX_EXCEEDED Either of the following conditions has occurred: * - The size of the sending buffer has exceeded the maximum limit. * - The number of sending requests have exceeded the maximum limit. + * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_SYSTEM A system error has occurred. * @remarks The recommended data size is under 16KB because a severe system performance degradation may occur for larger messages. @n * @c E_MAX_EXCEEDED may be returned for messages over 16KB. @@ -179,6 +182,8 @@ public: * the ISqlDataControlResponseListener::OnSqlDataControlInsertResponseReceived() method is called. * * @since 2.0 + * @privlevel public + * @privilege %http://tizen.org/privilege/datacontrol.consumer * * @return An error code * @param[in] dataId The string that identifies the specific data, usually a database table to insert into @n @@ -198,6 +203,7 @@ public: * @exception E_MAX_EXCEEDED Either of the following conditions has occurred: * - The size of the sending buffer has exceeded the maximum limit. * - The number of sending requests have exceeded the maximum limit. + * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_SYSTEM A system error has occurred. * @remarks The recommended data size is under 1MB because a severe system performance degradation may occur for larger messages. @n * @c E_MAX_EXCEEDED may be returned for messages over 1MB. @@ -213,6 +219,8 @@ public: * the ISqlDataControlResponseListener::OnSqlDataControlUpdateResponseReceived() method is called. * * @since 2.0 + * @privlevel public + * @privilege %http://tizen.org/privilege/datacontrol.consumer * * @return An error code * @param[in] dataId The string that identifies the specific data, usually a database table to update @n @@ -238,6 +246,7 @@ public: * @exception E_MAX_EXCEEDED Either of the following conditions has occurred: * - The size of the sending buffer has exceeded the maximum limit. * - The number of sending requests have exceeded the maximum limit. + * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_SYSTEM A system error has occurred. * @remarks The recommended data size is under 1MB because a severe system performance degradation may occur for larger messages. @n * @c E_MAX_EXCEEDED may be returned for messages over 1MB. @@ -254,6 +263,8 @@ public: * the ISqlDataControlResponseListener::OnSqlDataControlDeleteResponseReceived() method is called. * * @since 2.0 + * @privlevel public + * @privilege %http://tizen.org/privilege/datacontrol.consumer * * @return An error code * @param[in] dataId The string that identifies the specific data, usually a database table to delete from @n @@ -275,6 +286,7 @@ public: * @exception E_MAX_EXCEEDED Either of the following conditions has occurred: * - The size of the sending buffer has exceeded the maximum limit. * - The number of sending requests have exceeded the maximum limit. + * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_SYSTEM A system error has occurred. * @remarks The recommended data size is under 16KB because a severe system performance degradation may occur for larger messages. @n * @c E_MAX_EXCEEDED may be returned for messages over 16KB.