LibreOffice
LibreOffice 25.2 SDK API Reference
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: */
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
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
Definition: Ambiguous.idl:20
const long ROWID_UNSUPPORTED
Indicates that this data source does not support the ROWID type.
Definition: RowIdLifetime.idl:20
const long ROWID_VALID_FOREVER
Indicates that the lifetime of a RowId from this data source is, effectively, unlimited.
Definition: RowIdLifetime.idl:24
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