LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
ResultColumn.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 sdb {
21
22
25published service ResultColumn
26{
28
29
33
34
37 [readonly, property] boolean IsSearchable;
38
39
42 [readonly, property] boolean IsSigned;
43
44
47 [readonly, property] boolean IsCaseSensitive;
48
49
52 [readonly, property] long DisplaySize;
53
54
58 [readonly, property] string Label;
59
60
63 [readonly, property] boolean IsReadOnly;
64
65
68 [readonly, property] boolean IsWritable;
69
70
73 [readonly, property] boolean IsDefinitelyWritable;
74
75
81 [readonly, property] string ServiceName;
82
83
86 [readonly, property] string TableName;
87
88
91 [readonly, property] string SchemaName;
92
93
96 [readonly, property] string CatalogName;
97};
98
99
100}; }; }; };
101
102/*===========================================================================
103===========================================================================*/
104
105/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition Ambiguous.idl:20
describes the common properties of a database column.
Definition ColumnSettings.idl:26
describes a column of a result set.
Definition ResultColumn.idl:26
string Label
gets the suggested column title for use in printouts and displays.
Definition ResultColumn.idl:58
boolean IsSigned
indicates whether values in the column are signed numbers.
Definition ResultColumn.idl:42
string CatalogName
gets a column's table's catalog name.
Definition ResultColumn.idl:96
long DisplaySize
indicates the column's normal max width in chars.
Definition ResultColumn.idl:52
boolean IsDefinitelyWritable
indicates whether a write on the column will definitely succeed.
Definition ResultColumn.idl:73
string SchemaName
gets a column's schema name.
Definition ResultColumn.idl:91
boolean IsWritable
indicates whether it is possible for a write on the column to succeed.
Definition ResultColumn.idl:68
boolean IsSearchable
indicates whether the column can be used in a Where clause.
Definition ResultColumn.idl:37
boolean IsCaseSensitive
indicates that a column is case sensitive.
Definition ResultColumn.idl:47
string ServiceName
returns the fully-qualified name of the service whose instances are manufactured if the method com::s...
Definition ResultColumn.idl:81
boolean IsReadOnly
indicates whether a column is definitely, not writable.
Definition ResultColumn.idl:63
string TableName
gets a column's table name.
Definition ResultColumn.idl:86
describes the common properties of a database column.
Definition generated_idl_chapter_refs.idl:2217