Searched refs:sCommandname (Results 1 – 1 of 1) sorted by relevance
371 String sCommandname = xTableListBox.getSelectedItem(); in getSelectedCommandName() local372 if (sCommandname.startsWith(this.sTablePrefix)) in getSelectedCommandName()374 return sCommandname.substring(sTablePrefix.length()); in getSelectedCommandName()376 else if ((sCommandname.startsWith(this.sQueryPrefix))) in getSelectedCommandName()378 return sCommandname.substring(sQueryPrefix.length()); in getSelectedCommandName()382 return sCommandname; in getSelectedCommandName()388 String sCommandname = xTableListBox.getSelectedItem(); in getSelectedCommandType() local389 if (sCommandname.startsWith(this.sTablePrefix)) in getSelectedCommandType()