LibreOffice
LibreOffice 25.2 SDK API Reference
XDatabaseMetaData3.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
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 module com { module sun { module star { module sdbc {
10 
11 
17 {
28  boolean autoCommitFailureClosesAllResultSets() raises (SQLException);
29 
39  boolean generatedKeyAlwaysReturned() raises (SQLException);
40 
118  XResultSet getAttributes([in]string catalog, [in]string schemaPattern, [in]string typeNamePattern, [in]string attributeNamePattern) raises (SQLException);
119 
140  XResultSet getClientInfoProperties() raises (SQLException);
141 
148  long getDatabaseMajorVersion();
149 
156  long getDatabaseMinorVersion();
157 
204  XResultSet getFunctions([in]string catalog, [in]string schemaPattern, [in]string functionNamePattern) raises (SQLException);
205 
299 
313 
375 
386 
396 
421 
431 
465 
506 
515 
524 
538 
550 
560 
571 
580 
591 
599 
608 
Definition: Ambiguous.idl:20
extends the XDatabaseMetaData interface to allow retrieval of additional information.
Definition: XDatabaseMetaData2.idl:27
provides the navigation on a table of data.
Definition: XResultSet.idl:37
is an exception that provides information on a database access error.
Definition: SQLException.idl:40
extends the XDatabaseMetaData interface to allow retrieval of additional information.
Definition: XDatabaseMetaData3.idl:16