Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/xml/Android.Database/MatrixCursor+RowBuilder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
<Parameter Name="columnValue" Type="Java.Lang.Object" />
</Parameters>
<Docs>
<param name="columnValue">To be added.</param>
<param name="columnValue">The value for the next column.</param>
<summary>Sets the next column value in this row.</summary>
<returns>To be added.</returns>
<returns>This builder to support chaining.</returns>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -135,10 +135,10 @@
<Parameter Name="value" Type="Java.Lang.Object" />
</Parameters>
<Docs>
<param name="columnName">To be added.</param>
<param name="value">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="columnName">The name of the column to set, if it is defined by the cursor.</param>
<param name="value">The value to offer for the named column.</param>
<summary>Offers a value for possible inclusion if this cursor defines the given column.</summary>
<returns>This builder to support chaining.</returns>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down