Home
last modified time | relevance | path

Searched refs:statements (Results 1 – 25 of 97) sorted by relevance

1234

/trunk/main/offapi/com/sun/star/sdbc/
H A DXPreparedStatement.idl67 In addition, SQL statements that return nothing, such as
68 SQL DDL statements, can be executed.
70 …either the row count for INSERT, UPDATE or DELETE statements; or 0 for SQL statements that return …
81 Some prepared statements return multiple results; the execute
82 method handles these complex statements as well as the simpler
83 form of statements handled by executeQuery and executeUpdate.
H A DXConnection.idl50 database. Within the context of a Connection, SQL statements are
72 object for sending SQL statements to the database.
76 SQL statements without parameters are normally
100 object for sending parameterized SQL statements to the database.
115 parametric SQL statements that benefit from precompilation. If
160 procedure call statements. Some drivers may send the call
202 statements will be executed and committed as individual
203 transactions. Otherwise, its SQL statements are grouped into
215 statements returning a ResultSet, the statement completes when
H A DXStatement.idl70 SQL statements that return nothing, such as SQL DDL statements,
76 either the row count for INSERT, UPDATE or DELETE or 0 for SQL statements that return nothing
H A DStatement.idl75 /** could be used for cancelling the execution of SQL statements if both
157 This name can then be used in SQL positioned update/delete statements to
H A DPreparedStatement.idl112 /** could be used for cancelling the execution of SQL statements, if both
203 This name can then be used in SQL positioned update/delete statements to
H A DXDatabaseMetaData.idl837 /** Are subqueries in 'in' statements supported?
900 /** Can statements remain open across commits?
909 /** Can statements remain open across rollbacks?
1073 /** return the maximal number of open active statements at one time to this database
1145 /** support the Database both data definition and data manipulation statements
1157 "provides support for both data definition and data manipulation statements within a transaction."
1163 /** are only data manipulation statements within a transaction
/trunk/main/offapi/com/sun/star/rdf/
H A DXDocumentRepository.idl69 <li>Remove all previously set RDFa statements for the Object parameter
92 RDFa statements are handled specially because they are not logically
139 RDFa statements are handled specially because they are not logically
161 the ODF element for which RDFa statements should be found
169 <li>a sequence with the RDFa-statements corresponding to the
192 /** gets matching RDFa statements from the repository.
195 This method exists because RDFa statements are not part of any named
202 For example, to get all statements about myURI:
216 an iterator over all RDFa statements in the repository that match
H A DXNamedGraph.idl58 This is so that you can easily make RDF statements about named graphs.
89 /** removes all statements from the graph.
137 /** removes matching RDF statements from the graph.
148 For example, to remove all statements about myURI:
174 /** gets matching RDF statements from a graph.
185 For example, to get all statements about myURI:
199 an iterator over all RDF statements in the graph that match
H A DXDocumentMetadataAccess.idl105 This is so that you can easily make RDF statements about the document.
169 <li>insert statements declaring the new graph to be a
171 <li>insert statements declaring <code>rdf:type</code> properties
206 <li>insert statements declaring the new graph to be a
208 <li>insert statements declaring <code>rdf:type</code> properties
261 <li>remove the statements declaring the graph to be a
282 This convenience method adds the required statements declaring a
310 This convenience method removes the statements declaring a
H A DXRepository.idl335 /** gets matching RDF statements from the repository.
339 For example, to get all statements about myURI:
353 an iterator over all RDF statements in the repository that match
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlConnection.java45 private HashSet<XComponent> statements = new HashSet<>(); field in PostgresqlConnection
59 for (XComponent pgStatement : statements) { in postDisposing()
70 statements.remove(source.Source); in disposing()
99 statements.add(pgStatement); in createStatement()
147 statements.add(pgStatement); in prepareCall()
155 statements.add(pgStatement); in prepareStatement()
/trunk/main/offapi/com/sun/star/sdb/
H A DXSingleSelectQueryAnalyzer.idl47 /** simplifies the analyzing of single select statements.
50 The interface can be used for analyzing single SELECT statements without knowing the
206 …of those statements to an analyzer, and calling <member>getQueryWithSubstitution</member>, would r…
208 constituting statements.
232 is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
H A DXSQLQueryComposer.idl44 /** should be provided by a tool which simplifies the handling with SQL select statements.
47 The interface can be used for composing SELECT statements without knowing the
H A DErrorCondition.idl112 … <code>SELECT</code> statements, where quote identifiers would render the statement invalid.</p>
122 statements, this could mean that a table was attempted to be saved with the
H A DQueryDesign.idl42 /** implements a component which allows the creation of SQL statements.
44 …<p>This service implements a user interface for creating SQL statements either through a graphical…
H A DXSingleSelectQueryComposer.idl48 /** simplifies the composing of single select statements.
51 The interface can be used for composing single SELECT statements without knowing the
H A DSQLQueryComposer.idl38 /** represents a tool for composing SQL select statements.
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java78 private final WeakMap statements = new WeakMap(); field in JavaSQLConnection
91 for (Iterator<?> it = statements.keySet().iterator(); it.hasNext();) { in postDisposing()
181 statements.put(statement, statement); in createStatement()
277 statements.put(statement, statement); in prepareCall()
288 statements.put(statement, statement); in prepareStatement()
/trunk/main/dbaccess/source/ui/dlg/
H A Dadvancedsettings.src59 Text[ en-US ] = "Append the table alias name on SELECT statements"; \
132 Text [ en-US ] = "Use catalog name in SELECT statements"; \
145 Text [ en-US ] = "Use schema name in SELECT statements"; \
/trunk/main/redland/
H A DREADME31 hashes storage: the function to create statements during serialization does
35 duplicate statements
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDatabaseDataProvider.idl123 is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
185 backend-specific SQL statements, which are not standard SQL, to your database.</p>
/trunk/main/offapi/com/sun/star/report/
H A DXReportDefinition.idl221 is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
260 backend-specific SQL statements, which are not standard SQL, to your database.</p>
/trunk/main/offapi/com/sun/star/form/
H A DXDatabaseParameterListener.idl41 /** allows to intercept value request for parametrized SQL statements.
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DHow_to_write_my_own_driver.txt44 -> you have to allow statements like "SELECT * FROM table WHERE id = ?"
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DCompositionType.idl76 disregarding any database support for catalog and schema in any particular statements

Completed in 68 milliseconds

1234