Lines Matching refs:command

56      * current command.  This field is set internally when the method
65 * <code>execute</code> executes the rowset's command and thereby
117 * execute the rowset's command
239 * execute the rowset's command
313 * execute the rowset's command
401 * execute the rowset's command
540 * property for the command must be set. If the command has placeholder
546 * for the command property to create a <code>PreparedStatement</code>
3849 * command when the method <code>getMatchColumnIndexes</code> is called.
3878 * command when the method <code>getMatchColumn</code> is called.
3906 * command when the method <code>getMatchColumn</code> is called.
3934 * command when the method <code>getMatchColumn</code> is called.
4253 * Sets this <code>JdbcRowSet</code> object's <code>command</code> property to
4255 * that were set for the previous command. In addition,
4256 * if the <code>command</code> property has previously been set to a
4264 * The <code>command</code> property may not be needed if the <code>RowSet</code>
4269 * @param command a <code>String</code> object containing an SQL query
4270 * that will be set as this <code>RowSet</code> object's command
4272 * @throws SQLException if an empty string is provided as the command value
4275 public void setCommand(String command) throws SQLException {
4279 if(!getCommand().equals(command)) {
4281 super.setCommand(command);
4284 propertyChangeSupport.firePropertyChange("command", oldVal,command);
4288 super.setCommand(command);
4289 propertyChangeSupport.firePropertyChange("command", null,command);
4905 * Sets the designated parameter in this <code>RowSet</code> object's command