X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFIoDataSet.h;h=3de74f319e26630bcf01634186e86d953c882cf1;hb=b54953ec1a6df32b1f10ce54ec189c9a3ad826b0;hp=1a1597c32fc7efa0eef2940d81d50776f38be71e;hpb=22aa11940870439319e7588ce835fb414f17b6ce;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FIoDataSet.h b/inc/FIoDataSet.h old mode 100755 new mode 100644 index 1a1597c..3de74f3 --- a/inc/FIoDataSet.h +++ b/inc/FIoDataSet.h @@ -63,13 +63,13 @@ public: virtual ~DataSet(void); /** - * Creates in-memory table. + * Creates an in-memory table. * - * @since 2.1 + * @since 2.1 * - * @return An error code + * @return An error code * @param[in] columnNames The list of column names to create @n - * The object type in the specified list should be String. + * The object type in the specified list should be String. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified @c columnNames has no element. */ @@ -82,15 +82,14 @@ public: * * @return A pointer to the DataRow instance, @n * else @c null if the memory is insufficient - * @remarks The column type is decided by the type of each element inserted in first row. - * If a specific column element on the first row is not inserted, then the column's type is @c DB_COLUMNTYPE_NULL - * In that case, when a new column element is added later, - * then the column's type will be changed according to the new element. + * @remarks The column type is decided by the type of each element inserted in first row. @n + * If a specific column element on the first row is not inserted, then the column's type is ::DB_COLUMNTYPE_NULL. @n + * In that case, when a new column element is added later, then the column's type will be changed according to the new element. */ DataRow* CreateDataRowN(void); /** - * Gets a table enumerator. + * Gets the table enumerator. * * @since 2.1 * @@ -125,7 +124,7 @@ public: virtual bool Equals(const Tizen::Base::Object& obj) const; /** - * Gets the hash value of a current instance. + * Gets the hash value of the current instance. * * @since 2.1 *