XGeneratedResultSet.idl (d1766043) XGeneratedResultSet.idl (96af39f7)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 29 unchanged lines hidden (view full) ---

38/** provides a result set which gives access to automatically generated values after a new row was inserted.
39
40 <p>The relative order of columns in the result set returned by <member>getGeneratedValues</member> must be the same
41 as the relative order of the same columns as returned when executing a "SELECT * FROM table". This ensures that
42 clients of this interface can reliably fetch the column values.</p>
43
44 @see com::sun::star::sdbc::Statement
45 @see com::sun::star::sdbc::PreparedStatement
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 29 unchanged lines hidden (view full) ---

38/** provides a result set which gives access to automatically generated values after a new row was inserted.
39
40 <p>The relative order of columns in the result set returned by <member>getGeneratedValues</member> must be the same
41 as the relative order of the same columns as returned when executing a "SELECT * FROM table". This ensures that
42 clients of this interface can reliably fetch the column values.</p>
43
44 @see com::sun::star::sdbc::Statement
45 @see com::sun::star::sdbc::PreparedStatement
46 @since OOo 1.1.2
46 @since OpenOffice 1.1.2
47 */
48published interface XGeneratedResultSet: com::sun::star::uno::XInterface
49{
50 //-------------------------------------------------------------------------
51 /** gives access to automatically generated values after a new row was inserted.
52 @returns
53 a result set that contains the data produced by the query
54 @throws SQLException

--- 13 unchanged lines hidden ---
47 */
48published interface XGeneratedResultSet: com::sun::star::uno::XInterface
49{
50 //-------------------------------------------------------------------------
51 /** gives access to automatically generated values after a new row was inserted.
52 @returns
53 a result set that contains the data produced by the query
54 @throws SQLException

--- 13 unchanged lines hidden ---