LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
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
25
published service
ResultColumn
26
{
27
service
com::sun::star::sdbcx::Column
;
28
29
32
service
com::sun::star::sdb::ColumnSettings
;
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: */
com
Definition
Ambiguous.idl:20
com::sun::star::sdb::ColumnSettings
describes the common properties of a database column.
Definition
ColumnSettings.idl:26
com::sun::star::sdb::ResultColumn
describes a column of a result set.
Definition
ResultColumn.idl:26
com::sun::star::sdb::ResultColumn::Label
string Label
gets the suggested column title for use in printouts and displays.
Definition
ResultColumn.idl:58
com::sun::star::sdb::ResultColumn::IsSigned
boolean IsSigned
indicates whether values in the column are signed numbers.
Definition
ResultColumn.idl:42
com::sun::star::sdb::ResultColumn::CatalogName
string CatalogName
gets a column's table's catalog name.
Definition
ResultColumn.idl:96
com::sun::star::sdb::ResultColumn::DisplaySize
long DisplaySize
indicates the column's normal max width in chars.
Definition
ResultColumn.idl:52
com::sun::star::sdb::ResultColumn::IsDefinitelyWritable
boolean IsDefinitelyWritable
indicates whether a write on the column will definitely succeed.
Definition
ResultColumn.idl:73
com::sun::star::sdb::ResultColumn::SchemaName
string SchemaName
gets a column's schema name.
Definition
ResultColumn.idl:91
com::sun::star::sdb::ResultColumn::IsWritable
boolean IsWritable
indicates whether it is possible for a write on the column to succeed.
Definition
ResultColumn.idl:68
com::sun::star::sdb::ResultColumn::IsSearchable
boolean IsSearchable
indicates whether the column can be used in a Where clause.
Definition
ResultColumn.idl:37
com::sun::star::sdb::ResultColumn::IsCaseSensitive
boolean IsCaseSensitive
indicates that a column is case sensitive.
Definition
ResultColumn.idl:47
com::sun::star::sdb::ResultColumn::ServiceName
string ServiceName
returns the fully-qualified name of the service whose instances are manufactured if the method com::s...
Definition
ResultColumn.idl:81
com::sun::star::sdb::ResultColumn::IsReadOnly
boolean IsReadOnly
indicates whether a column is definitely, not writable.
Definition
ResultColumn.idl:63
com::sun::star::sdb::ResultColumn::TableName
string TableName
gets a column's table name.
Definition
ResultColumn.idl:86
com::sun::star::sdbcx::Column
describes the common properties of a database column.
Definition
Column.idl:28
com
sun
star
sdb
ResultColumn.idl
Generated by
1.17.0