LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
XRowLocate.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*
9
* This file incorporates work covered by the following license notice:
10
*
11
* Licensed to the Apache Software Foundation (ASF) under one or more
12
* contributor license agreements. See the NOTICE file distributed
13
* with this work for additional information regarding copyright
14
* ownership. The ASF licenses this file to you under the Apache
15
* License, Version 2.0 (the "License"); you may not use this file
16
* except in compliance with the License. You may obtain a copy of
17
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
18
*/
19
20
module
com
{ module sun { module star { module sdbcx {
21
22
33
published
interface
XRowLocate
:
com::sun::star::uno::XInterface
34
{
35
42
any
getBookmark
() raises (
com
::
sun
::
star
::
sdbc
::SQLException);
43
60
boolean
moveToBookmark
([in]any bookmark) raises (
com
::
sun
::
star
::
sdbc
::SQLException);
61
82
boolean
moveRelativeToBookmark
([in]any bookmark, [in]
long
rows)
83
raises (
com
::
sun
::
star
::
sdbc
::SQLException);
84
106
long
compareBookmarks
([in]any first, [in]any second)
107
raises (
com
::
sun
::
star
::
sdbc
::SQLException);
108
116
boolean
hasOrderedBookmarks
() raises (
com
::
sun
::
star
::
sdbc
::SQLException);
117
126
long
hashBookmark
([in]any bookmark) raises (
com
::
sun
::
star
::
sdbc
::SQLException);
127
};
128
129
130
}; }; }; };
131
132
/*===========================================================================
133
===========================================================================*/
134
135
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::sdbcx::XRowLocate
is used to identify rows within a result set and to find rows by a bookmark.
Definition
XRowLocate.idl:34
com::sun::star::sdbcx::XRowLocate::hashBookmark
long hashBookmark([in]any bookmark)
returns the hash value for a specified bookmark.
com::sun::star::sdbcx::XRowLocate::compareBookmarks
long compareBookmarks([in]any first, [in]any second)
compares two bookmarks and returns an indication of their relative values.
com::sun::star::sdbcx::XRowLocate::moveRelativeToBookmark
boolean moveRelativeToBookmark([in]any bookmark, [in]long rows)
moves the cursor a relative number of rows, either positive or negative starting at a given bookmark ...
com::sun::star::sdbcx::XRowLocate::getBookmark
any getBookmark()
returns the bookmark of the current row of a result set.
com::sun::star::sdbcx::XRowLocate::moveToBookmark
boolean moveToBookmark([in]any bookmark)
moves the cursor to the row identified by a valid bookmark.
com::sun::star::sdbcx::XRowLocate::hasOrderedBookmarks
boolean hasOrderedBookmarks()
determines whether the bookmarks of a result set are ordered or not.
com::sun::star::uno::XInterface
base interface of all UNO interfaces
Definition
XInterface.idl:46
com::sun::star::sdbc
Database component interfaces.
Definition
modules.idl:331
com::sun::star
the module com::sun::star is the root module of the UNO API.
Definition
Ambiguous.idl:20
com::sun
Definition
Ambiguous.idl:20
com
Definition
Ambiguous.idl:20
com
sun
star
sdbcx
XRowLocate.idl
Generated by
1.17.0