Home
last modified time | relevance | path

Searched refs:SQL (Results 26 – 50 of 210) sorted by relevance

123456789

/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXRef.idl37 /** is the reference to a SQL structured type value in the database. A
39 passing it as a parameter to a SQL statement and executing the
46 /** gets the fully-qualified SQL structured type name of the referenced item.
H A DDeferrability.idl39 <P>Indicates deferrability. See SQL-92 for a definition.
52 <P>Indicates deferrability. See SQL-92 for a definition.
62 <P>Indicates deferrability. See SQL-92 for a definition.
H A DXBatchExecution.idl39 /** is used for collecting and executing a set of SQL statements.
44 /** adds a SQL command to the current batch of commmands for the statement
47 the SQL statement which should be appended to the batch.
H A DXSQLOutput.idl69 is passed as an argument to a SQL statement, the JDBC driver calls
71 to determine the kind of SQL datum being passed to the database.
85 output stream as the representation of a SQL user-defined type.</p>
229 , this method writes an SQL NULL to the stream.
245 listed in the SQL definition of the user-defined type.
H A DXMultipleResults.idl40 SQL statement.
44 Under some (uncommon) situations a single SQL statement may return
48 unknown SQL string. The methods
H A DXOutParameters.idl41 SDBC provides a stored procedure SQL escape that allows stored procedures
68 For a user-named parameter the fully-qualified SQL type name of the
85 parameter's registered SQL type.
H A DResultSet.idl79 designed to be used when column names are used in the SQL
174 /** defines the SQL cursor name that will be used by subsequent Statement
180 This name can then be used in SQL positioned update/delete statements to
H A DConnection.idl37 database. Within the context of a Connection, SQL statements are
42 describing its tables, its supported SQL grammar, its stored
H A DCallableStatement.idl36 /** is used to execute SQL stored procedures.
40 SDBC provides a stored procedure SQL escape that allows stored procedures
/aoo4110/main/offapi/com/sun/star/sdb/tools/
H A DXViewAccess.idl54 /** returns the SQL statement of the view
63 /** allows to alter the SQL statement of a view
69 the new SQL statement
/aoo4110/main/connectivity/source/resource/
H A Dconn_error_message.src28 // <code>256 + 2*n</code>, and the SQL state string (if applicable) must
31 // The messages must be localized, the SQL states must *not*.
54 Text [ en-US ] = "$1$ is no SQL conform identifier.";
/aoo4110/main/offapi/com/sun/star/sdb/
H A DXColumn.idl70 /** reports whether the last column read had a value of SQL NULL.
74 to see if the value read was SQL NULL.
158 if the value is SQL NULL, the result is empty.
244 for the custom mapping of the SQL structure or distinct type
285 /** gets a SQL ARRAY value from the current row.
H A DRowSet.idl54 a query or a SQL command or by a rowset reader, who mustn't support SQL.
267 /** gives access to the parameters contained in the SQL statement represented by the component.
269 …<p>If your <code>RowSet</code> is bound to an SQL command or query which contains parameters, or h…
296 means in case the <member>Command</member> specifies an SQL statement, the inherited
299 It then can be to used to specify whether the SQL statement should be analyzed on the
302 is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
303 which are not standard SQL, to your database.</p>
H A DQueryDefinition.idl33 /** is a stored definition of a SQL "Select statement".
36 It can be used, if there is a need to execute SQL statement more than once.
H A DQuery.idl47 /** is a stored definition of a SQL query.
50 It can be used if there is a need to execute SQL statements more than once, or
H A DQueryDescriptor.idl42 /** is a stored definition of a SQL "Select statement".
45 It can be used, if there is a need to execute SQL statement more than once or
H A DSingleSelectQueryAnalyzer.idl60 … a query named <code>All Orders</code>, the SQL statement <code>SELECT * FROM "All Orders"</code>
65 this object still acts as a table in the SQL statement.</p>
/aoo4110/main/offapi/com/sun/star/sdbcx/
H A DView.idl81 <p>This is typically a SQL Select-Statement.</p>
84 SQL command of a view. However, if the <code>View</code> supports altering its command
86 current SQL command in the <code>Command</code> property.</p>
/aoo4110/main/offapi/com/sun/star/sheet/
H A DDataImportMode.idl45 /** a SQL query string is supplied.
47 SQL,
/aoo4110/main/svx/inc/svx/
H A Ddbexch.hrc27 // Format: "Datenbankname";"Tabellen/QueryName"; 1/0(fuer Tabelle/Abfrage); SQL-Statement;Selektio…
36 // "Datenbankname";"Tabellen/QueryName";0(Tabelle) / 1(Abfrage) / 2(SQL) / 3(NATIVE_SQL);"Feldname"
/aoo4110/main/svx/source/form/
H A Dfmstring.src75 Text [ en-US ] = "SQL";
417 /* ### ACHTUNG: Neuer Text in Resource? Syntaxfehler im SQL-Ausdruck : Fehlerhafte Syntax */
418 Text [ en-US ] = "Syntax error in SQL statement";
/aoo4110/main/dbaccess/source/ui/app/
H A Dapp.src72 Text [ en-US ] = "Create Query in SQL View..." ;
201 Text [ en-US ] = "Edit in SQL View...";
313 Text [ en-US ] = "Create a query entering an SQL statement directly." ;
/aoo4110/main/dbaccess/source/ui/dlg/
H A Ddirectsql.src50 Text [ en-US ] = "SQL command";
124 Text [ en-US ] = "Execute SQL Statement" ;
/aoo4110/main/offapi/com/sun/star/form/runtime/
H A DXFilterController.idl42SQL <code>WHERE</code> clause, but without the the part denoting the database column. For instance…
44 …<q>LIKE '%Smith%'</q> effectively consitutes a SQL <code>WHERE</code> clause <code>"Name" LIKE '%S…
51 …tained by a filter controller is, logically, a disjunctive normal form of an SQL <code>WHERE</code>
/aoo4110/main/dbaccess/source/core/resource/
H A Dstrings.src198 Text [ en-US ] = "The SQL command leading to this error is:\n\n$command$";
204 Text [ en-US ] = "The SQL command does not describe a result set.";
289 Text [ en-US ] = "No SQL command was provided.";

Completed in 66 milliseconds

123456789