Home
last modified time | relevance | path

Searched refs:getTableNames (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java289 …ContentList = new String[CurDBMetaData.getTableNames().length + CurDBMetaData.getQueryNames().leng… in fillupCommandListBox()
290 …rraycopy(CurDBMetaData.getQueryNames(), 0, ContentList, CurDBMetaData.getTableNames().length, CurD… in fillupCommandListBox()
291 …ContentList = setPrefixinArray(ContentList, sQueryPrefix, CurDBMetaData.getTableNames().length, Cu… in fillupCommandListBox()
295 ContentList = new String[CurDBMetaData.getTableNames().length]; in fillupCommandListBox()
297 …System.arraycopy(CurDBMetaData.getTableNames(), 0, ContentList, 0, CurDBMetaData.getTableNames().l… in fillupCommandListBox()
300 …ContentList = setPrefixinArray(ContentList, sTablePrefix, 0, CurDBMetaData.getTableNames().length); in fillupCommandListBox()
/aoo41x/main/extensions/source/abpilot/
H A Dabspilot.cxx275 const StringBag& aTables = m_aNewDataSource.getTableNames(); in prepareLeaveCurrentState()
303 const StringBag& rTableNames = getDataSource().getTableNames(); in implDefaultTableName()
H A Ddatasourcehandling.cxx469 const StringBag& aTables( getTableNames() ); in hasTable()
474 const StringBag& ODataSource::getTableNames() const SAL_THROW (( )) in getTableNames() function in abp::ODataSource
H A Dtableselectionpage.cxx76 const StringBag& aTableNames = getDialog()->getDataSource().getTableNames(); in initializePage()
H A Ddatasourcehandling.hxx182 const StringBag& getTableNames() const SAL_THROW (( ));
/aoo41x/main/wizards/com/sun/star/wizards/table/
H A DCGCategory.java70 public String[] getTableNames() in getTableNames() method in CGCategory
H A DScenarioSelector.java185 xTableListBox.addItems(oCGCategory.getTableNames(), (short) _iCategory); in initializeCategory()
/aoo41x/main/wizards/com/sun/star/wizards/db/
H A DRelationController.java69 String[] sTableNames = super.getCommandMetaData().getTableNames(); in getExportedKeys()
H A DDBMetaData.java386 public String[] getTableNames() in getTableNames() method in DBMetaData

Completed in 53 milliseconds