XPreparedStatement.idl (d1766043) | XPreparedStatement.idl (a893be29) |
---|---|
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 --- 23 unchanged lines hidden (view full) --- 32#endif 33 34 module com { module sun { module star { module sdbc { 35 36 published interface XConnection; 37 published interface XResultSet; 38 39 | 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 --- 23 unchanged lines hidden (view full) --- 32#endif 33 34 module com { module sun { module star { module sdbc { 35 36 published interface XConnection; 37 published interface XResultSet; 38 39 |
40/** provides the possibilty of executing a precompiled SQL statement. | 40/** provides the possibility of executing a precompiled SQL statement. |
41 42 43 <p> 44 A SQL statement is pre-compiled and stored in a PreparedStatement object. 45 This object can then be used to efficiently execute this statement multiple 46 times. 47 </p> 48 */ --- 65 unchanged lines hidden --- | 41 42 43 <p> 44 A SQL statement is pre-compiled and stored in a PreparedStatement object. 45 This object can then be used to efficiently execute this statement multiple 46 times. 47 </p> 48 */ --- 65 unchanged lines hidden --- |