ConnectionProperties.idl (d1766043) ConnectionProperties.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

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

28
29
30/** represents the properties for a connection (session) with a specific
31 database. These properties can be used when calling the method
32 <member scope="com::sun::star::sdbc">XDriver::connect()</member> or
33 <member scope="com::sun::star::sdbc">XDriverManager::getConnectionWithInfo()</member>.
34
35 <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

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

28
29
30/** represents the properties for a connection (session) with a specific
31 database. These properties can be used when calling the method
32 <member scope="com::sun::star::sdbc">XDriver::connect()</member> or
33 <member scope="com::sun::star::sdbc">XDriverManager::getConnectionWithInfo()</member>.
34
35 <p>
36 The properties for a connection contain additonal information about how to connect to a database and
36 The properties for a connection contain additional information about how to connect to a database and
37 how to control the behavior of the resulting connection should be.
38
39 </p>
40 @see com::sun::star::sdbc::XDriver
41 @see com::sun::star::sdbc::XDriverManager
42 @see com::sun::star::sdbc::JDBCConnectionProperties
43 @see com::sun::star::sdbc::ODBCConnectionProperties
44 @see com::sun::star::sdbc::FILEConnectionProperties

--- 23 unchanged lines hidden ---
37 how to control the behavior of the resulting connection should be.
38
39 </p>
40 @see com::sun::star::sdbc::XDriver
41 @see com::sun::star::sdbc::XDriverManager
42 @see com::sun::star::sdbc::JDBCConnectionProperties
43 @see com::sun::star::sdbc::ODBCConnectionProperties
44 @see com::sun::star::sdbc::FILEConnectionProperties

--- 23 unchanged lines hidden ---