Home
last modified time | relevance | path

Searched refs:connection (Results 176 – 200 of 487) sorted by relevance

12345678910>>...20

/trunk/main/offapi/com/sun/star/sdbc/
H A DFLATConnectionProperties.idl32 /** represents the properties for a FLAT connection (session) with a specific
38 …The properties for a connection contain additional information about how to connect to a database …
39 how to control the behavior of the resulting connection should be.
H A DXDriverManager.idl63 /** attempts to establish a connection to the given database URL.
77 /** attempts to establish a connection to the given database URL.
83 a list of arbitrary string tag/value pairs as connection arguments;
H A DXArray.idl109 associated with the connection for customizations of the type-mappings
143 associated with the connection for customizations of the type-mappings
176 the connection type mapping is used instead.
216 the connection type mapping is used instead.
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJDBCDriver.java123 JavaSQLConnection connection = new JavaSQLConnection(this); in connect() local
124 out = connection; in connect()
125 if (!connection.construct(url, info)) { in connect()
/trunk/main/sw/qa/complex/writer/
H A DCheckCrossReferences.java266 connection.getComponentContext().getServiceManager()), in setUpDocument()
277 connection.setUp(); in setUpConnection()
283 connection.tearDown(); in tearDownConnection()
286 private static final OfficeConnection connection = new OfficeConnection(); field in CheckCrossReferences
/trunk/main/toolkit/qa/complex/toolkit/
H A DAccessibleStatusBarItem.java92 …eFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
364 connection.setUp(); in setUpConnection()
371 connection.tearDown(); in tearDownConnection()
374 private static final OfficeConnection connection = new OfficeConnection(); field in AccessibleStatusBarItem
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java725 …eFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
734 connection.setUp(); in setUpConnection()
742 connection.tearDown(); in tearDownConnection()
744 private static final OfficeConnection connection = new OfficeConnection(); field in CheckXComponentLoader
/trunk/main/sc/qa/complex/dataPilot/
H A DCheckDataPilot.java163 …ceFactory xMsf = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in before()
375 connection.setUp(); in setUpConnection()
382 connection.tearDown(); in tearDownConnection()
385 private static final OfficeConnection connection = new OfficeConnection(); field in CheckDataPilot
/trunk/main/reportdesign/qa/complex/reportdesign/
H A DReportDesignerTest.java600 …eFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
607 connection.setUp(); in setUpConnection()
614 connection.tearDown(); in tearDownConnection()
617 private static final OfficeConnection connection = new OfficeConnection(); field in ReportDesignerTest
/trunk/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java571 …eFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
580 connection.setUp(); in setUpConnection()
588 connection.tearDown(); in tearDownConnection()
590 private static final OfficeConnection connection = new OfficeConnection(); field in CheckMemoryUsage
/trunk/main/dbaccess/source/ui/browser/
H A Dsbabrw.src143 Message [ en-US ] = "The connection to the database has been lost. Do you want to reconnect?" ;
153 …Text [ en-US ] = "While retrieving the tables, warnings were reported by the database connection."…
178 Text [ en-US ] = "The connection to the data source \"$name$\" could not be established." ;
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXObjectNames.idl48 the characters allowed in the object names of a connection. Also, it
54 <p>All of the functionality present in this interface depends on a connection,
62connection which was used to create it was closed, a <type scope="com::sun::star::lang">DisposedEx…
143 plus characters allowed by the connection as extra name characters.</p>
/trunk/main/offapi/com/sun/star/sdb/
H A DDataAccessDescriptor.idl48 …such as a query, a table, a result set, a connection to a data source, a column within a table, an…
93 …/** specifies additional info to use when creating a connection from a <code>ConnectionResource</c…
97 to create a connection for the given connection resource, instead of
104 /** is a connection to use.
H A DDataSource.idl69 /** useful for establishing connections with the completion of connection parameters
134 /** is a list of arbitrary string tag/value pairs as connection arguments
139 <ul><li>Upon creating a connection, for every value in this sequence it's checked
141 the connection supports a setting with the respective name, using its
/trunk/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java994 …eFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
1003 connection.setUp(); in setUpConnection()
1011 connection.tearDown(); in tearDownConnection()
1013 private static final OfficeConnection connection = new OfficeConnection(); field in PathSettingsTest
/trunk/main/connectivity/source/resource/
H A Dconn_log_res.src92 Text = "c$1$: JDBC driver did not provide a JDBC connection";
97 Text = "c$1$: obtained a JDBC connection for $2$";
102 Text = "c$1$: shutting down connection";
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/acceptor/
H A Dcom.sun.star.comp.io.Acceptor.csv1 "Acceptor";"com::sun::star::connection::XAcceptor";"accept()"
2 "Acceptor";"com::sun::star::connection::XAcceptor";"stopAccepting()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/acceptor.uno/
H A Dcom.sun.star.comp.io.Acceptor.csv1 "Acceptor";"com::sun::star::connection::XAcceptor";"accept()"
2 "Acceptor";"com::sun::star::connection::XAcceptor";"stopAccepting()"
/trunk/main/forms/qa/integration/forms/
H A DListBox.java194 Connection connection = m_database.defaultConnection(); in impl_createDatabase() local
229 XPreparedStatement statement = connection.prepareStatement( sql.toString() ); in impl_createDatabase()
254 … XPreparedStatement statement = connection.prepareStatement( foreignKeyInsertSQL.toString() ); in impl_createDatabase()
H A DFormControlTest.java618 Connection connection = new Connection( m_dataSource.getConnection( "", "" ) ); in ensureTables() local
619 assertTrue( "could not connect to the data source", connection != null ); in ensureTables()
639 connection.refreshTables(); in ensureTables()
642 connection.close(); in ensureTables()
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentProperties.java533 …Factory xMSF1 = UnoRuntime.queryInterface( XMultiServiceFactory.class, connection.getComponentCont… in getMSF()
542 connection.setUp(); in setUpConnection()
551 connection.tearDown(); in tearDownConnection()
554 private static final OfficeConnection connection = new OfficeConnection(); field in DocumentProperties
/trunk/main/binaryurp/source/
H A Dbridge.cxx170 css::uno::Reference< css::connection::XConnection > const & connection, in Bridge()
172 factory_(factory), name_(name), connection_(connection), in Bridge()
202 OSL_ASSERT(factory.is() && connection.is()); in Bridge()
281 css::uno::Reference< css::connection::XConnection > Bridge::getConnection() in getConnection()
/trunk/main/io/source/acceptor/
H A Dacc_socket.cxx42 using namespace ::com::sun::star::connection;
73 ::com::sun::star::connection::XConnection,
74 ::com::sun::star::connection::XConnectionBroadcaster>
H A Dacceptor.hxx40 ::com::sun::star::uno::Reference < ::com::sun::star::connection::XConnection > accept( );
60 ::com::sun::star::uno::Reference < ::com::sun::star::connection::XConnection > accept();
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XDataSource.java54 XConnection connection = oObj.getConnection("", ""); in _getConnection() local
55 res = connection != null; in _getConnection()

Completed in 77 milliseconds

12345678910>>...20