Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx392 Sequence< ::rtl::OUString > aPKColNames; in getPrimaryKeyColumnNames() local
400 sal_Int32 len( aPKColNames.getLength() ); in getPrimaryKeyColumnNames()
401 aPKColNames.realloc( len + 1 ); in getPrimaryKeyColumnNames()
402 aPKColNames[ len ] = xPKDescRow->getString( 4 ); // COLUMN_NAME in getPrimaryKeyColumnNames()
410 return aPKColNames; in getPrimaryKeyColumnNames()

Completed in 22 milliseconds