LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
RowIdLifetime.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
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
10
module
com
{ module sun { module star { module sdbc {
11
12
16
constants
RowIdLifetime
17
{
20
const
long
ROWID_UNSUPPORTED
= 0;
21
24
const
long
ROWID_VALID_FOREVER
= 1;
25
28
const
long
ROWID_VALID_OTHER
= 2;
29
32
const
long
ROWID_VALID_SESSION
= 3;
33
36
const
long
ROWID_VALID_TRANSACTION
= 4;
37
};
38
39
40
}; }; }; };
41
42
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
com::sun::star::sdbc::RowIdLifetime
determines RowId life-time values.
Definition
RowIdLifetime.idl:17
com::sun::star::sdbc::RowIdLifetime::ROWID_VALID_SESSION
const long ROWID_VALID_SESSION
Indicates that the lifetime of a RowId from this data source is at least the containing session.
Definition
RowIdLifetime.idl:32
com::sun::star::sdbc::RowIdLifetime::ROWID_VALID_FOREVER
const long ROWID_VALID_FOREVER
Indicates that the lifetime of a RowId from this data source is, effectively, unlimited.
Definition
RowIdLifetime.idl:24
com::sun::star::sdbc::RowIdLifetime::ROWID_VALID_TRANSACTION
const long ROWID_VALID_TRANSACTION
Indicates that the lifetime of a RowId from this data source is at least the containing transaction.
Definition
RowIdLifetime.idl:36
com::sun::star::sdbc::RowIdLifetime::ROWID_UNSUPPORTED
const long ROWID_UNSUPPORTED
Indicates that this data source does not support the ROWID type.
Definition
RowIdLifetime.idl:20
com::sun::star::sdbc::RowIdLifetime::ROWID_VALID_OTHER
const long ROWID_VALID_OTHER
Indicates that the lifetime of a RowId from this data source is indeterminate; but not one of ROWID_V...
Definition
RowIdLifetime.idl:28
com
Definition
Ambiguous.idl:20
com
sun
star
sdbc
RowIdLifetime.idl
Generated by
1.17.0