summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XResultSet.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 22:38:04 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:08 +0200
commited993aafc928717ead4fae6b6dac8845771d8661 (patch)
treef6709f547eb3fb9ec9bc28ba9e588012161b9906 /offapi/com/sun/star/sdbc/XResultSet.idl
parentccc4a67c43d5eef31c95fce445dc55ec7ebad393 (diff)
*api: doxygen complains about lonely "." being list marker
Change-Id: Icaed7afe8f2463ffc16421642ff2e073fb4b7cc1
Diffstat (limited to 'offapi/com/sun/star/sdbc/XResultSet.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XResultSet.idl14
1 files changed, 4 insertions, 10 deletions
diff --git a/offapi/com/sun/star/sdbc/XResultSet.idl b/offapi/com/sun/star/sdbc/XResultSet.idl
index c2f9d627d9fb..d49e33757d55 100644
--- a/offapi/com/sun/star/sdbc/XResultSet.idl
+++ b/offapi/com/sun/star/sdbc/XResultSet.idl
@@ -31,8 +31,7 @@
/** provides the navigation on a table of data. A
com::sun::star::sdbc::ResultSet
object is usually generated by executing a
- com::sun::star::sdbc::Statement
- .
+ com::sun::star::sdbc::Statement.
<p>
@@ -126,7 +125,7 @@ published interface XResultSet: com::sun::star::uno::XInterface
/** moves the cursor to the first row in the result set.
@returns
- `TRUE` if successful
+ `TRUE` if successful
@throws SQLException
if a database access error occurs.
*/
@@ -176,10 +175,7 @@ published interface XResultSet: com::sun::star::uno::XInterface
<p>
Note: Calling
<code>absolute(1)</code>
- is the same
- as calling
- com::sun::star::sdbc::XResultSet::first()
- .
+ is the same as calling com::sun::star::sdbc::XResultSet::first().
Calling <code>moveToPosition(-1)</code> is the same as calling
<code>moveToLast()</code>.
</p>
@@ -295,9 +291,7 @@ published interface XResultSet: com::sun::star::uno::XInterface
com::sun::star::sdbc::ResultSet
object. If the result set was generated some other way, such as by an
com::sun::star::sdbc::XDatabaseMetaData
- method, this method returns
- `NULL`
- .
+ method, this method returns `NULL`.
@returns
the statement object
@throws SQLException