Home
last modified time | relevance | path

Searched refs:DBConnection (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java101 public com.sun.star.sdbc.XConnection DBConnection; field in DBMetaData
369 … XTablesSupplier xDBTables = UnoRuntime.queryInterface( XTablesSupplier.class, DBConnection ); in getTableNamesAsNameAccess()
497 xDBMetaData = DBConnection.getMetaData(); in getDataSourceObjects()
669 this.DBConnection = _DBConnection; in getConnection()
688 if (DBConnection != null) in getConnection()
707 DBConnection = xCompleted2.connectWithCompletion( xInteractionHandler ); in getConnection()
708 bgetConnection = DBConnection != null; in getConnection()
732 xConnectionComponent = UnoRuntime.queryInterface( XComponent.class, DBConnection ); in getConnection()
733 … m_connectionTools = UnoRuntime.queryInterface( XConnectionTools.class, DBConnection ); in getConnection()
882 if ((DBConnection != null) && (this.bdisposeConnection)) in dispose()
[all …]
H A DRecordParser.java217 Helper.setUnoPropertyValue(xRowSet, PropertyNames.ACTIVE_CONNECTION, DBConnection); in executeCommand()
H A DSQLQueryComposer.java68 … xMSF = UnoRuntime.queryInterface(XMultiServiceFactory.class, CurDBMetaData.DBConnection); in SQLQueryComposer()
/aoo42x/main/wizards/com/sun/star/wizards/table/
H A DFinalizer.java105 sCatalog = curtabledescriptor.DBConnection.getCatalog(); in Finalizer()
H A DTableWizard.java324 wizardContext.put( PropertyNames.ACTIVE_CONNECTION, curTableDescriptor.DBConnection ); in callFormWizard()
H A DFieldFormatter.java197 …tyValue(oColumnDescriptorModel, PropertyNames.ACTIVE_CONNECTION, _curTableDescriptor.DBConnection); in initialize()
/aoo42x/main/wizards/com/sun/star/wizards/form/
H A DFormWizard.java346 …s.createProperty(PropertyNames.ACTIVE_CONNECTION, curFormDocument.oMainFormDBMetaData.DBConnection) in start()
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java477 return getRecordParser().DBConnection; in getConnection()

Completed in 52 milliseconds