Searched refs:oCommand (Results 1 – 4 of 4) sorted by relevance
269 CommandObject oCommand = null; in getCommandByName() local272 oCommand = (CommandObject) CommandObjects.elementAt(i); in getCommandByName()273 if ((oCommand.Name.equals(_commandname)) && (oCommand.CommandType == _commandtype)) in getCommandByName()275 return oCommand; in getCommandByName()278 if (oCommand == null) in getCommandByName()280 oCommand = new CommandObject(_commandname, _commandtype); in getCommandByName()281 CommandObjects.addElement(oCommand); in getCommandByName()283 return oCommand; in getCommandByName()304 Object oCommand; in CommandObject() local313 oCommand = getTableNamesAsNameAccess().getByName(Name); in CommandObject()[all …]
151 CommandObject oCommand = getTableByName(CurCommandName); in getColumnObjectByFieldName() local152 Object oColumn = oCommand.getColumns().getByName(CurFieldColumn.getFieldName()); in getColumnObjectByFieldName()290 CommandObject oCommand = this.getCommandByName(_commandname, _commandtype); in getFieldNamesOfCommand() local291 FieldNames = oCommand.getColumns().getElementNames(); in getFieldNamesOfCommand()297 Object oField = oCommand.getColumns().getByName(sFieldName); in getFieldNamesOfCommand()
287 DBMetaData.CommandObject oCommand = recordParser.getQueryByName(sQueryName); in executeQuery() local288 bHasEscapeProcessing = recordParser.hasEscapeProcessing(oCommand.getPropertySet()); in executeQuery()289 … String sCommand = (String) oCommand.getPropertySet().getPropertyValue(PropertyNames.COMMAND); in executeQuery()673 … DBMetaData.CommandObject oCommand = m_reportDocument.getRecordParser().getQueryByName(sQueryName); in toggleSortingPage() local674 … bdoenable = m_reportDocument.getRecordParser().hasEscapeProcessing(oCommand.getPropertySet()); in toggleSortingPage()
266 … DBMetaData.CommandObject oCommand = getRecordParser().getQueryByName(sQueryName); in reconnectToDatabase() local267 if (getRecordParser().hasEscapeProcessing(oCommand.getPropertySet())) in reconnectToDatabase()269 …getRecordParser().Command = (String) oCommand.getPropertySet().getPropertyValue(PropertyNames.COMM… in reconnectToDatabase()
Completed in 33 milliseconds