Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/db/
H A DCommandMetaData.java78 private XIndexAccess xIndexKeys; field in CommandMetaData
608 xIndexKeys = xKeysSupplier.getKeys(); in getReferencedTables()
609 for (int i = 0; i < xIndexKeys.getCount(); i++) in getReferencedTables()
611 …PropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xIndexKeys.getByIndex(i)); in getReferencedTables()
647 for (int i = 0; i < xIndexKeys.getCount(); i++) in getKeyColumns()
649 …PropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xIndexKeys.getByIndex(i)); in getKeyColumns()

Completed in 21 milliseconds