LibreOffice
LibreOffice 7.4 SDK API Reference
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 #ifndef __com_sun_star_sdb_ResultColumn_idl__
20 #define __com_sun_star_sdb_ResultColumn_idl__
21 
23 
25 
26  module com { module sun { module star { module sdb {
27 
28 
31 published service ResultColumn
32 {
34 
35 
39 
40 
43  [readonly, property] boolean IsSearchable;
44 
45 
48  [readonly, property] boolean IsSigned;
49 
50 
53  [readonly, property] boolean IsCaseSensitive;
54 
55 
58  [readonly, property] long DisplaySize;
59 
60 
64  [readonly, property] string Label;
65 
66 
69  [readonly, property] boolean IsReadOnly;
70 
71 
74  [readonly, property] boolean IsWritable;
75 
76 
79  [readonly, property] boolean IsDefinitelyWritable;
80 
81 
87  [readonly, property] string ServiceName;
88 
89 
92  [readonly, property] string TableName;
93 
94 
97  [readonly, property] string SchemaName;
98 
99 
102  [readonly, property] string CatalogName;
103 };
104 
105 
106 }; }; }; };
107 
108 /*===========================================================================
109 ===========================================================================*/
110 #endif
111 
112 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: Ambiguous.idl:22
describes the common properties of a database column.
Definition: ColumnSettings.idl:30
describes a column of a result set.
Definition: ResultColumn.idl:32
string Label
gets the suggested column title for use in printouts and displays.
Definition: ResultColumn.idl:64
boolean IsSigned
indicates whether values in the column are signed numbers.
Definition: ResultColumn.idl:48
string CatalogName
gets a column's table's catalog name.
Definition: ResultColumn.idl:102
long DisplaySize
indicates the column's normal max width in chars.
Definition: ResultColumn.idl:58
boolean IsDefinitelyWritable
indicates whether a write on the column will definitely succeed.
Definition: ResultColumn.idl:79
string SchemaName
gets a column's schema name.
Definition: ResultColumn.idl:97
boolean IsWritable
indicates whether it is possible for a write on the column to succeed.
Definition: ResultColumn.idl:74
boolean IsSearchable
indicates whether the column can be used in a Where clause.
Definition: ResultColumn.idl:38
boolean IsCaseSensitive
indicates that a column is case sensitive.
Definition: ResultColumn.idl:53
string ServiceName
returns the fully-qualified name of the service whose instances are manufactured if the method com::s...
Definition: ResultColumn.idl:87
boolean IsReadOnly
indicates whether a column is definitely, not writable.
Definition: ResultColumn.idl:69
string TableName
gets a column's table name.
Definition: ResultColumn.idl:92
describes the common properties of a database column.
Definition: Column.idl:32