Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_dbaccess/
H A DOQueryDesign.java107 Object oDataSource = null; in createTestEnvironment() local
109 oDataSource = xNA.getByName(sDataSourceName); in createTestEnvironment()
110 UnoRuntime.queryInterface(XDocumentDataSource.class, oDataSource); in createTestEnvironment()
182 Object oDataSource = null; in getUninitializedObj() local
184 oDataSource = xNA.getByName(sDataSourceName); in getUninitializedObj()
186 … XDocumentDataSource xDDS = UnoRuntime.queryInterface(XDocumentDataSource.class, oDataSource); in getUninitializedObj()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_dbaccess/
H A DOQueryDesign.java107 Object oDataSource = null; in createTestEnvironment() local
109 oDataSource = xNA.getByName(sDataSourceName); in createTestEnvironment()
110 UnoRuntime.queryInterface(XDocumentDataSource.class, oDataSource); in createTestEnvironment()
182 Object oDataSource = null; in getUnititializedObj() local
184 oDataSource = xNA.getByName(sDataSourceName); in getUnititializedObj()
186 … XDocumentDataSource xDDS = UnoRuntime.queryInterface(XDocumentDataSource.class, oDataSource); in getUnititializedObj()
/dports/www/itop/web/synchro/
H A Dsynchro_import.php378 $oDataSource = MetaModel::GetObject('SynchroDataSource', $iDataSourceId, false); variable
379 if (is_null($oDataSource))
383 $sClass = $oDataSource->GetTargetClass();
447 $aColumns = $oDataSource->GetSQLColumns();
511 $sTable = $oDataSource->GetDataTable();
518 $oMutex = new iTopMutex('synchro_import_'.$oDataSource->GetKey());
726 $oSynchroExec = new SynchroExecution($oDataSource, $oLoadStartDate);
H A Dsynchrodatasource.class.inc.php1656 if ($oDataSource)
1658 $sTable = $oDataSource->GetDataTable();
1699 if (!isset(self::$aSearches[$oDataSource->GetKey()]))
1707 self::$aSearches[$oDataSource->GetKey()] = DBObjectSearch::FromOQL($sOQL);
1744 if ($oDataSource->Get('action_on_zero') == 'create')
1772 if ($oDataSource->Get('action_on_one') == 'update')
1803 if ($oDataSource->Get('action_on_multiple') == 'error')
1810 elseif ($oDataSource->Get('action_on_multiple') == 'create')
2308 * @param SynchroDataSource $oDataSource Synchronization task
2311 public function __construct($oDataSource, $oLastFullLoadStartDate = null) argument
[all …]
/dports/www/itop/web/application/
H A Dcmdbabstract.class.inc.php246 $oDataSource = $aSourceData['source'];
249 $sApplicationURL = $oDataSource->GetApplicationUrl($this, $oReplica);
250 $sLink = $oDataSource->GetName();
253 $sLink = "<a href=\"$sApplicationURL\" target=\"_blank\">".$oDataSource->GetName()."</a>";
257 $oCreatorTask = $oDataSource;
266 $sDeletePolicy = $oDataSource->Get('delete_policy');
271 $sUserDeletePolicy = $oDataSource->Get('user_delete_policy');
281 $aMasterSources[$iSourceId]['datasource'] = $oDataSource;
316 $oDataSource = $aStruct['datasource'];
318 $sTip .= "<p style=\"white-space:nowrap\">".$oDataSource->GetIcon(true,
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java468 Object oDataSource = xNameAccess.getByName(DataSourceName); in getDataSource() local
469 m_dataSource = UnoRuntime.queryInterface( XDataSource.class, oDataSource ); in getDataSource()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java468 Object oDataSource = xNameAccess.getByName(DataSourceName); in getDataSource() local
469 m_dataSource = UnoRuntime.queryInterface( XDataSource.class, oDataSource ); in getDataSource()
/dports/www/itop/web/core/
H A Ddbobject.class.php1740 $oDataSource = $aSourceData['source'];
1741 if ($oDataSource->GetKey() == SynchroExecution::GetCurrentTaskId())
1753 $sLink = $oDataSource->GetName();
1754 $sUserDeletePolicy = $oDataSource->Get('user_delete_policy');