/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | XCellRangesQuery.idl | 60 /** 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 D | XFormulaQuery.idl | 53 /** 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),
|
/aoo42x/main/offapi/com/sun/star/sdb/tools/ |
H A D | XObjectNames.idl | 49 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 D | XDataSourceMetaData.idl | 37 /** determines whether the data source supports queries in the <code>FROM</code>
|
/aoo42x/main/dbaccess/qa/complex/dbaccess/ |
H A D | Query.java | 78 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 D | Parser.java | 64 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()
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | XQueriesSupplier.idl | 37 /** 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 D | DataSourceBrowser.idl | 58 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 D | Connection.idl | 70 /** returns a container of associated queries. 74 /** returns a tool for composing queries.
|
H A D | DatabaseAccessConnection.idl | 81 /** returns a tool for composing queries. 85 /** provides access to the queries.
|
H A D | SingleSelectQueryAnalyzer.idl | 58 <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 D | XSingleSelectQueryAnalyzer.idl | 204 …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 D | QueryDefinition.idl | 63 for queries which relate on more than one table.
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XDockableWindow.idl | 78 /** queries the current window state 110 /** queries the current locking state 130 /** queries the current popup mode
|
/aoo42x/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.src | 43 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.";
|
/aoo42x/main/dbaccess/source/core/resource/ |
H A D | strings.src | 78 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…
|
/aoo42x/main/offapi/com/sun/star/sdb/application/ |
H A D | DatabaseObjectContainer.idl | 36 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
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportDataFactory.java | 565 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()
|
/aoo42x/main/scp2/source/base/ |
H A D | folderitem_base.ulf | 25 en-US = "Manage databases, create queries and reports to track and manage your information by using…
|
/aoo42x/main/sysui/desktop/menus/ |
H A D | base.desktop | 31 Comment=Manage databases, create queries and reports to track and manage your information by using …
|
/aoo42x/main/sysui/desktop/share/ |
H A D | launcher_comment.ulf | 38 en-US = "Manage databases, create queries and reports to track and manage your information by using…
|
/aoo42x/main/offapi/com/sun/star/util/ |
H A D | XChangesSet.idl | 57 /** queries for all contained changes at once.
|
H A D | XChangesBatch.idl | 73 /** queries for any pending changes that can be committed.
|
/aoo42x/main/redland/ |
H A D | README | 17 - rasqal: query engine which supports SPARQL queries
|
/aoo42x/main/udkapi/com/sun/star/uno/ |
H A D | XAdapter.idl | 55 /** queries the adapted object if it is alive.
|