Searched refs:sortFieldNames (Results 1 – 2 of 2) sorted by relevance
219 String[][] sortFieldNames = CurDBMetaData.getSortFieldNames(); in createReportForm() local220 if (sortFieldNames != null && sortFieldNames.length > 0) in createReportForm()225 for (String[] sortPair : sortFieldNames) in createReportForm()
250 String[][] sortFieldNames = new String[aSortFields.size()][2]; in reconnectToDatabase() local251 aSortFields.toArray(sortFieldNames); in reconnectToDatabase()252 getRecordParser().setSortFieldNames(sortFieldNames); in reconnectToDatabase()
Completed in 22 milliseconds