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.java100 public com.sun.star.sdbc.XConnection DBConnection; field in DBMetaData
361 … XQueriesSupplier xDBQueries = UnoRuntime.queryInterface( XQueriesSupplier.class, DBConnection ); in getQueryNamesAsNameAccess()
368 … XTablesSupplier xDBTables = UnoRuntime.queryInterface( XTablesSupplier.class, DBConnection ); in getTableNamesAsNameAccess()
496 xDBMetaData = DBConnection.getMetaData(); in getDataSourceObjects()
668 this.DBConnection = _DBConnection; in getConnection()
669 … this.m_connectionTools = UnoRuntime.queryInterface( XConnectionTools.class, this.DBConnection ); in getConnection()
687 if (DBConnection != null) in getConnection()
694DBConnection = _dataSource.getConnection(PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING); in getConnection()
706 DBConnection = xCompleted2.connectWithCompletion( xInteractionHandler ); in getConnection()
707 bgetConnection = DBConnection != null; in getConnection()
[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()