Searched refs:sCommandNames (Results 1 – 3 of 3) sorted by relevance
262 String[] sCommandNames = CurDBMetaData.getIncludedCommandNames(); in getFromClause() local263 for (int i = 0; i < sCommandNames.length; i++) in getFromClause()265 …CommandName curCommandName = new CommandName(CurDBMetaData, sCommandNames[i]); //(setComposedComma… in getFromClause()268 if (i < sCommandNames.length - 1) in getFromClause()
143 String[] sCommandNames = CurDBMetaData.getIncludedCommandNames(); in initialize() local144 sCurQueryName = resQuery + "_" + sCommandNames[0]; in initialize()
228 String[] sCommandNames = CurReportDocument.getRecordParser().getIncludedCommandNames(); in initialize() local229 CurUnoDialog.setControlProperty("txtTitle", "Text", sCommandNames[0]); in initialize()
Completed in 19 milliseconds