FILEConnectionProperties.idl (d1766043) | FILEConnectionProperties.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 --- 21 unchanged lines hidden (view full) --- 30module com { module sun { module star { module sdbc { 31 32/** represents the properties for a FILE connection (session) with a specific 33 database. These properties can be used when calling the method 34 <member scope="com::sun::star::sdbc">XDriver::connect()</member> or 35 <member scope="com::sun::star::sdbc">XDriverManager::getConnectionWithInfo()</member>. 36 37 <p> | 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 --- 21 unchanged lines hidden (view full) --- 30module com { module sun { module star { module sdbc { 31 32/** represents the properties for a FILE connection (session) with a specific 33 database. These properties can be used when calling the method 34 <member scope="com::sun::star::sdbc">XDriver::connect()</member> or 35 <member scope="com::sun::star::sdbc">XDriverManager::getConnectionWithInfo()</member>. 36 37 <p> |
38 The properties for a connection contain additonal information about how to connect to a database and | 38 The properties for a connection contain additional information about how to connect to a database and |
39 how to control the behavior of the resulting connection should be. 40 41 </p> 42 @see com::sun::star::sdbc::XDriver 43 @see com::sun::star::sdbc::XDriverManager 44 @see com::sun::star::sdbc::ConnectionProperties 45 */ 46service FILEConnectionProperties --- 19 unchanged lines hidden --- | 39 how to control the behavior of the resulting connection should be. 40 41 </p> 42 @see com::sun::star::sdbc::XDriver 43 @see com::sun::star::sdbc::XDriverManager 44 @see com::sun::star::sdbc::ConnectionProperties 45 */ 46service FILEConnectionProperties --- 19 unchanged lines hidden --- |