Home
last modified time | relevance | path

Searched refs:queries (Results 1 – 25 of 104) sorted by relevance

12345

/trunk/main/offapi/com/sun/star/sheet/
H A DXCellRangesQuery.idl60 /** queries all visible cells.
69 /** queries all empty cells.
78 /** queries all cells with the specified content type(s).
96 /** queries all formula cells with the specified result type.
110 /** queries all cells with different values in a specified row.
129 /** queries all cells with different values in a specified column.
H A DXFormulaQuery.idl53 /** queries all dependent formula cells.
59 <FALSE/> = queries cells dependent from the original range(s),
72 /** queries all precedent cells.
78 <FALSE/> = queries precedent cells of the original range(s),
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXObjectNames.idl49 relieves you from caring whether a database supports queries in a <code>SELECT</code>
50 statment's <code>FROM</code> part (known as "queries in queries"). In such
73 <p>If in the database, tables and queries share a common namespace, this will be respected
112 <p>If in the database, tables and queries share a common namespace, this will be respected
145 <p>For queries, names are nearly arbitrary, except that usual quoting characters
H A DXDataSourceMetaData.idl37 /** determines whether the data source supports queries in the <code>FROM</code>
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DQuery.java78 final XNameAccess queries = suppQueries.getQueries(); in testQueryColumns() local
89 if (queries.hasByName(queryNames[i])) in testQueryColumns()
92 XPropertySet.class, queries.getByName( queryNames[i] ) ); in testQueryColumns()
H A DParser.java64 final String[] queries = new String[] in checkWhere() local
91 for (int i = 0; i < queries.length; i++) in checkWhere()
93 composer.setQuery( SELECT + queries[i]); in checkWhere()
/trunk/main/offapi/com/sun/star/sdb/
H A DXQueriesSupplier.idl37 /** provides the access to a container of database queries.
42 /** returns the container of queries.
47 … the queries belonging to database connection at which the <type>XQueriesSupplier</type> interface
H A DDataSourceBrowser.idl58 It is possible to navigate through all the data sources, it's queries and it's tables.
59 The queries/tables can be displayed in a grid-like view, where functionality for searching,
208 data sources, including their tables and queries.</li>
272 data sources and all their tables and queries are displayed in a tree view.</p>
H A DConnection.idl70 /** returns a container of associated queries.
74 /** returns a tool for composing queries.
H A DDatabaseAccessConnection.idl81 /** returns a tool for composing queries.
85 /** provides access to the queries.
H A DSingleSelectQueryAnalyzer.idl58 <p>Note that OpenOffice.org since version 2.0.4 also supports queries which are
59 based on other queries. For example, given that you have a database containing
H A DXSingleSelectQueryAnalyzer.idl204 …the sub queries: Consider a query named <code>foo</code>, which is defined as <code>SELECT * FROM …
207 … in an exception being thrown, since it's impossible to substitute the sub queries with their
H A DQueryDefinition.idl63 for queries which relate on more than one table.
/trunk/main/offapi/com/sun/star/awt/
H A DXDockableWindow.idl78 /** queries the current window state
110 /** queries the current locking state
130 /** queries the current popup mode
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.src43 Text [ en-US ] = "Only tables and queries are supported at the moment.";
71 Text [ en-US ] = "To copy a query, your connection must be able to provide queries.";
/trunk/main/dbaccess/source/core/resource/
H A Dstrings.src78 Text [ en-US ] = "The given command is not a SELECT statement.\nOnly queries are allowed.";
193 …atabase whose names conflict with the names of existing queries. To make full use of all queries a…
/trunk/main/offapi/com/sun/star/sdb/application/
H A DDatabaseObjectContainer.idl36 tables, queries, forms, reports) can be organized in folders. This hierarchy can
58 /** denotes the virtual folder containing all queries of a database, in a context where such a
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java565 final XNameAccess queries = xSupplyQueries.getQueries(); in fillOrderStatement() local
566 if (queries.hasByName(command)) in fillOrderStatement()
568 …ySet prop = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, queries.getByName(command… in fillOrderStatement()
/trunk/main/scp2/source/base/
H A Dfolderitem_base.ulf25 en-US = "Manage databases, create queries and reports to track and manage your information by using…
/trunk/main/sysui/desktop/menus/
H A Dbase.desktop31 Comment=Manage databases, create queries and reports to track and manage your information by using …
/trunk/main/sysui/desktop/share/
H A Dlauncher_comment.ulf38 en-US = "Manage databases, create queries and reports to track and manage your information by using…
/trunk/main/redland/
H A DREADME17 - rasqal: query engine which supports SPARQL queries
/trunk/main/offapi/com/sun/star/util/
H A DXChangesSet.idl57 /** queries for all contained changes at once.
H A DXChangesBatch.idl73 /** queries for any pending changes that can be committed.
/trunk/main/udkapi/com/sun/star/uno/
H A DXAdapter.idl55 /** queries the adapted object if it is alive.

Completed in 70 milliseconds

12345