LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
XColumn.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 io {
21 published interface XInputStream;
22};};};};
23
24 module com { module sun { module star { module container {
25 published interface XNameAccess;
26};};};};
27
28 module com { module sun { module star { module sdbc {
29 published interface XRef;
30 published interface XArray;
31 published interface XBlob;
32 published interface XClob;
33};};};};
34
35 module com { module sun { module star { module sdb {
36
37
41{
42
53 boolean wasNull() raises (com::sun::star::sdbc::SQLException);
54
61 string getString() raises (com::sun::star::sdbc::SQLException);
62
69 boolean getBoolean() raises (com::sun::star::sdbc::SQLException);
70
77 byte getByte() raises (com::sun::star::sdbc::SQLException);
78
85 short getShort() raises (com::sun::star::sdbc::SQLException);
86
93 long getInt() raises (com::sun::star::sdbc::SQLException);
94
101 hyper getLong() raises (com::sun::star::sdbc::SQLException);
102
109 float getFloat() raises (com::sun::star::sdbc::SQLException);
110
117 double getDouble() raises (com::sun::star::sdbc::SQLException);
118
126 sequence<byte> getBytes() raises (com::sun::star::sdbc::SQLException);
127
134 com::sun::star::util::Date getDate()
135 raises (com::sun::star::sdbc::SQLException);
136
143 com::sun::star::util::Time getTime()
144 raises (com::sun::star::sdbc::SQLException);
145
152 com::sun::star::util::DateTime getTimestamp()
153 raises (com::sun::star::sdbc::SQLException);
154
174 com::sun::star::io::XInputStream getBinaryStream()
175 raises (com::sun::star::sdbc::SQLException);
176
195 com::sun::star::io::XInputStream getCharacterStream()
196 raises (com::sun::star::sdbc::SQLException);
197
211 any getObject([in]com::sun::star::container::XNameAccess typeMap)
212 raises (com::sun::star::sdbc::SQLException);
213
221 com::sun::star::sdbc::XRef getRef() raises (com::sun::star::sdbc::SQLException);
222
229 com::sun::star::sdbc::XBlob getBlob() raises (com::sun::star::sdbc::SQLException);
230
237 com::sun::star::sdbc::XClob getClob() raises (com::sun::star::sdbc::SQLException);
238
245 com::sun::star::sdbc::XArray getArray() raises (com::sun::star::sdbc::SQLException);
246};
247
248
249}; }; }; };
250
251/*===========================================================================
252===========================================================================*/
253
254/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
is used to access data which is collected in a row.
Definition XColumn.idl:41
boolean wasNull()
reports whether the last column read had a value of SQL NULL.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20