LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
sdb
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
#ifndef __com_sun_star_sdb_XColumn_idl__
20
#define __com_sun_star_sdb_XColumn_idl__
21
22
#include <
com/sun/star/uno/XInterface.idl
>
23
24
#include <
com/sun/star/sdbc/SQLException.idl
>
25
26
#include <
com/sun/star/util/Date.idl
>
27
28
#include <
com/sun/star/util/DateTime.idl
>
29
30
#include <
com/sun/star/util/Time.idl
>
31
32
module com { module sun { module star { module io {
33
published
interface
XInputStream;
34
};};};};
35
36
module com { module sun { module star { module container {
37
published
interface
XNameAccess;
38
};};};};
39
40
module com { module sun { module star { module sdbc {
41
published
interface
XRef;
42
published
interface
XArray;
43
published
interface
XBlob;
44
published
interface
XClob;
45
};};};};
46
47
module com { module sun { module star { module sdb {
48
49
52
published
interface
XColumn
:
com::sun::star::uno::XInterface
53
{
54
65
boolean
wasNull() raises (
com::sun::star::sdbc::SQLException
);
66
73
string
getString() raises (
com::sun::star::sdbc::SQLException
);
74
81
boolean
getBoolean() raises (
com::sun::star::sdbc::SQLException
);
82
89
byte getByte() raises (
com::sun::star::sdbc::SQLException
);
90
97
short
getShort() raises (
com::sun::star::sdbc::SQLException
);
98
105
long
getInt() raises (
com::sun::star::sdbc::SQLException
);
106
113
hyper getLong() raises (
com::sun::star::sdbc::SQLException
);
114
121
float
getFloat() raises (
com::sun::star::sdbc::SQLException
);
122
129
double
getDouble() raises (
com::sun::star::sdbc::SQLException
);
130
138
sequence<byte> getBytes() raises (
com::sun::star::sdbc::SQLException
);
139
146
com::sun::star::util::Date
getDate()
147
raises (
com::sun::star::sdbc::SQLException
);
148
155
com::sun::star::util::Time
getTime()
156
raises (
com::sun::star::sdbc::SQLException
);
157
164
com::sun::star::util::DateTime
getTimestamp()
165
raises (
com::sun::star::sdbc::SQLException
);
166
186
com::sun::star::io::XInputStream
getBinaryStream()
187
raises (
com::sun::star::sdbc::SQLException
);
188
207
com::sun::star::io::XInputStream
getCharacterStream()
208
raises (
com::sun::star::sdbc::SQLException
);
209
223
any getObject([in]
com::sun::star::container::XNameAccess
typeMap)
224
raises (
com::sun::star::sdbc::SQLException
);
225
233
com::sun::star::sdbc::XRef
getRef() raises (
com::sun::star::sdbc::SQLException
);
234
241
com::sun::star::sdbc::XBlob
getBlob() raises (
com::sun::star::sdbc::SQLException
);
242
249
com::sun::star::sdbc::XClob
getClob() raises (
com::sun::star::sdbc::SQLException
);
250
257
com::sun::star::sdbc::XArray
getArray() raises (
com::sun::star::sdbc::SQLException
);
258
};
259
260
261
}; }; }; };
262
263
/*===========================================================================
264
===========================================================================*/
265
#endif
266
267
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4