Home
last modified time | relevance | path

Searched refs:Connection (Results 1 – 25 of 144) sorted by relevance

123456

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDBHelper.java26 import java.sql.Connection;
37 private Connection m_aConnection = null;
41 public Connection getConnection() in getConnection()
61 Connection m_aCon = null;
63 public MySQLThread(Connection _aCon, String _sSQL) in MySQLThread()
124 public void SQLupdateValue(Connection _aCon, String _sTableName, String _sSet, String _sWhere) in SQLupdateValue()
180 public static Connection getMySQLConnection() throws SQLException in getMySQLConnection()
188 Connection mysql = DriverManager.getConnection(sConnection, m_sDBUser, m_sDBPasswd); in getMySQLConnection()
219 protected synchronized void ExecSQL(Connection _aCon, String _sSQL) in ExecSQL()
247 public int QueryIntFromSQL(Connection _aCon, String _sSQL, String _sColumnName) in QueryIntFromSQL()
[all …]
H A DDB.java24 import java.sql.Connection;
260 public ArrayList QuerySQL(Connection _aCon, String _sSQL) in QuerySQL()
263 Connection oCon = null; in QuerySQL()
333 Connection aCon = new ShareConnection().getConnection(); in updatestate_status()
349 Connection aCon = new ShareConnection().getConnection(); in updateinfo_status()
362 Connection aCon = new ShareConnection().getConnection(); in updateerrorfile_status()
372 Connection aCon = new ShareConnection().getConnection(); in updatehtmlfile_status()
382 Connection aCon = new ShareConnection().getConnection(); in updatepagecount_documents()
421 Connection aCon = new ShareConnection().getConnection(); in getDBDistinct()
477 Connection aCon = new ShareConnection().getConnection(); in insertinto_documentcompare_impl()
/trunk/main/oox/source/xls/
H A Dconnectionsbuffer.cxx208 Connection::Connection( const WorkbookHelper& rHelper, sal_Int32 nConnId ) : in Connection() function in oox::xls::Connection
214 void Connection::importConnection( const AttributeList& rAttribs ) in importConnection()
237 void Connection::importWebPr( const AttributeList& rAttribs ) in importWebPr()
256 void Connection::importTables( const AttributeList& /*rAttribs*/ ) in importTables()
283 void Connection::importConnection( SequenceInputStream& rStrm ) in importConnection()
317 void Connection::importWebPr( SequenceInputStream& rStrm ) in importWebPr()
373 void Connection::importDbQuery( BiffInputStream& rStrm ) in importDbQuery()
397 void Connection::importQueryTableSettings( BiffInputStream& rStrm ) in importQueryTableSettings()
457 Connection& ConnectionsBuffer::createConnection() in createConnection()
459 ConnectionRef xConnection( new Connection( *this ) ); in createConnection()
[all …]
H A Dautofilterbuffer.cxx169 rFilterField.Connection = bAnd ? FilterConnection_AND : FilterConnection_OR; in appendField()
179 rFilterField.Connection = bAnd ? FilterConnection_AND : FilterConnection_OR; in appendField()
718 bHasOrConnection = aSIt->Connection == FilterConnection_OR; in finalizeImport()
728 rColumnFields[ 0 ].Connection = FilterConnection_AND; in finalizeImport()
/trunk/main/oox/inc/oox/xls/
H A Dconnectionsbuffer.hxx105 class Connection : public WorkbookHelper class
108 explicit Connection( const WorkbookHelper& rHelper, sal_Int32 nConnId = -1 );
144 typedef ::boost::shared_ptr< Connection > ConnectionRef;
154 Connection& createConnection();
156 Connection& createConnectionWithId();
169 typedef RefVector< Connection > ConnectionVector;
170 typedef RefMap< sal_Int32, Connection > ConnectionMap;
H A Dconnectionsfragment.hxx32 class Connection;
39 explicit ConnectionContext( WorkbookFragmentBase& rParent, Connection& rConnection );
49 Connection& mrConnection;
/trunk/main/offapi/com/sun/star/sdbc/
H A DXConnection.idl50 database. Within the context of a Connection, SQL statements are
55 A Connection's database is able to provide information
245 by the Connection. This method should be
275 A Connection is automatically closed if no one references it
276 anymore. Certain fatal errors also result in a closed Connection.
291 A Connection's database is able to provide information
299 a DatabaseMetaData object for this Connection.
339 a subspace of this Connection's database in which to work.
350 /** returns the Connection's current catalog name.
384 /** gets this Connection's current transaction isolation level.
[all …]
H A DConnection.idl37 database. Within the context of a Connection, SQL statements are
41 A Connection's database is able to provide information
52 By default the Connection automatically commits
62 published service Connection
/trunk/main/sal/inc/osl/
H A Dsocket.hxx488 inline oslSocketResult AcceptorSocket::acceptConnection( StreamSocket& Connection) in acceptConnection() argument
494 Connection = StreamSocket( o , SAL_NO_ACQUIRE ); in acceptConnection()
498 Connection = StreamSocket(); in acceptConnection()
506 StreamSocket& Connection, SocketAddr & PeerAddr) in acceptConnection() argument
513 Connection = StreamSocket( o , SAL_NO_ACQUIRE ); in acceptConnection()
517 Connection = StreamSocket(); in acceptConnection()
H A Dpipe.hxx134 inline oslPipeError SAL_CALL Pipe::accept(StreamPipe& Connection) in accept() argument
136 Connection = StreamPipe( osl_acceptPipe( m_handle ), SAL_NO_ACQUIRE); in accept()
137 if( Connection.is() ) in accept()
/trunk/main/connectivity/qa/connectivity/tools/
H A DAbstractDatabase.java37 import connectivity.tools.sdb.Connection;
63 public Connection defaultConnection() throws SQLException in defaultConnection()
66 … m_connection = new Connection( m_databaseDocument.getDataSource().getConnection("", "") ); in defaultConnection()
215 protected Connection m_connection;
H A DCRMDatabase.java43 import connectivity.tools.sdb.Connection;
56 private final Connection m_connection;
76 m_connection = new Connection( getDocumentUI().getActiveConnection() ); in CRMDatabase()
113 public final Connection getConnection() in getConnection()
H A DDatabaseAccess.java30 import connectivity.tools.sdb.Connection;
38 Connection defaultConnection() throws SQLException; in defaultConnection()
H A DHsqlTableDescriptor.java33 import connectivity.tools.sdb.Connection;
63 public XPropertySet createSdbcxDescriptor( Connection _forConnection ) in createSdbcxDescriptor()
/trunk/main/offapi/com/sun/star/sdb/
H A DConnection.idl31 #include <com/sun/star/sdbc/Connection.idl>
51 <type scope="com::sun::star::sdbc">Connection</type>
54 published service Connection
56 service com::sun::star::sdbc::Connection;
H A DDataAccessDescriptor.idl28 #include <com/sun/star/sdbc/Connection.idl>
64 …<p>This data source is usually used to create a <type>Connection</type>. If no DataSourceName is g…
75 …<p>This database location is usually used to create a <type>Connection</type>. If no DatabaseLocat…
85 …<p>This database URL is usually used to create a <type>Connection</type>. If no ConnectionResource…
106 …<p>This object is guaranteed to be a <type scope="com::sun::star::sdbc">Connection</type>, but usu…
107 it will be a <type>Connection</type> from the module com::sun::star::sdb.<br/>
110 to fully support the <type>Connection</type> service, to actually retrieve the query specified by
H A DDatabaseAccessConnection.idl35 #include <com/sun/star/sdbc/Connection.idl>
52 <type scope="com::sun::star::sdbc">Connection</type>
71 service com::sun::star::sdbc::Connection;
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx41 class Connection class
44 Connection() in Connection() function in oox::drawingml::dgm::Connection
65 typedef boost::shared_ptr< Connection > ConnectionPtr;
/trunk/main/vos/source/
H A Dpipe.cxx216 OPipe::TPipeError OPipe::accept(OStreamPipe& Connection) in accept() argument
220 Connection = osl_acceptPipe((*m_pPipeRef)()); in accept()
222 if(Connection.isValid()) in accept()
/trunk/main/sal/osl/unx/
H A Dsocket.c2177 int Connection, Flags; in osl_acceptConnectionOnSocket() local
2201 Connection = accept(pSocket->m_Socket, &Addr, &AddrLen); in osl_acceptConnectionOnSocket()
2202 } while (Connection == -1 && errno == EINTR); in osl_acceptConnectionOnSocket()
2206 if( Connection == OSL_SOCKET_ERROR ) in osl_acceptConnectionOnSocket()
2223 close(Connection); in osl_acceptConnectionOnSocket()
2239 if ((Flags = fcntl(Connection, F_GETFD, 0)) != -1) in osl_acceptConnectionOnSocket()
2242 if (fcntl(Connection, F_SETFD, Flags) == -1) in osl_acceptConnectionOnSocket()
2252 pConnectionSockImpl->m_Socket = Connection; in osl_acceptConnectionOnSocket()
/trunk/main/sal/osl/os2/
H A Dsocket.c2215 int Connection, Flags; in osl_acceptConnectionOnSocket() local
2239 Connection = accept(pSocket->m_Socket, &Addr, (int*)PTR_SIZE_T(AddrLen)); in osl_acceptConnectionOnSocket()
2240 } while (Connection == -1 && errno == EINTR); in osl_acceptConnectionOnSocket()
2244 if( Connection == OSL_SOCKET_ERROR ) in osl_acceptConnectionOnSocket()
2261 close(Connection); in osl_acceptConnectionOnSocket()
2277 if ((Flags = fcntl(Connection, F_GETFD, 0)) != -1) in osl_acceptConnectionOnSocket()
2280 if (fcntl(Connection, F_SETFD, Flags) == -1) in osl_acceptConnectionOnSocket()
2290 pConnectionSockImpl->m_Socket = Connection; in osl_acceptConnectionOnSocket()
/trunk/main/sc/source/filter/xml/
H A DXMLExportDatabaseRanges.cxx316 if (aTableFilterFields[i].Connection == sheet::FilterConnection_AND) in WriteFilterDescriptor()
345 sheet::FilterConnection aConnection = aTableFilterFields[1].Connection; in WriteFilterDescriptor()
357 if (aConnection != aTableFilterFields[i].Connection) in WriteFilterDescriptor()
359 aConnection = aTableFilterFields[i].Connection; in WriteFilterDescriptor()
360 if (aTableFilterFields[i].Connection == sheet::FilterConnection_AND) in WriteFilterDescriptor()
/trunk/main/sal/osl/w32/
H A Dsocket.cxx1420 SOCKET Connection; in osl_acceptConnectionOnSocket() local
1433 Connection= accept(pSocket->m_Socket, &Addr, &AddrLen); in osl_acceptConnectionOnSocket()
1436 if(Connection != OSL_SOCKET_ERROR) in osl_acceptConnectionOnSocket()
1444 Connection= accept(pSocket->m_Socket, 0, 0); in osl_acceptConnectionOnSocket()
1448 if(Connection == OSL_SOCKET_ERROR) in osl_acceptConnectionOnSocket()
1453 pConnectionSocket= __osl_createSocketImpl(Connection); in osl_acceptConnectionOnSocket()
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXConnectionTools.idl54 <type scope="com::sun::star::sdb">Connection</type>
60 <type scope="com::sun::star::sdb">Connection</type> service.</p>
91 <ul><li>a SDB-level connection (<type scope="com.sun.star.sdb">Connection</type></li>
/trunk/main/offapi/com/sun/star/sdb/application/
H A DCopyTableWizard.idl81 the copy source and the copy target descriptors are used to create a Connection. For any
137 …tiveConnection</code> which implements an <type scope="com::sun::star::sdbc">Connection</type> only
138 …(as opposed to a <type scope="com::sun::star::sdb">Connection</type>), then the resulting connecti…
155 … must support the <type scope="com::sun::star::sdb">Connection</type> service. In particular,

Completed in 153 milliseconds

123456