Class: DataObjects::Salesforce::Command
- Inherits:
-
Object
- Object
- DataObjects::Salesforce::Command
- Defined in:
- lib/do_salesforce/command.rb
Instance Method Summary collapse
-
#execute_non_query(*args) ⇒ Object
Execute this command and return no dataset.
-
#execute_reader(*args) ⇒ Object
Execute this command and return a DataObjects::Reader for a dataset.
-
#set_types(column_types) ⇒ Object
Assign an array of types for the columns to be returned by this command.
Instance Method Details
#execute_non_query(*args) ⇒ Object
Execute this command and return no dataset
5 6 |
# File 'lib/do_salesforce/command.rb', line 5 def execute_non_query(*args) end |
#execute_reader(*args) ⇒ Object
Execute this command and return a DataObjects::Reader for a dataset
9 10 |
# File 'lib/do_salesforce/command.rb', line 9 def execute_reader(*args) end |
#set_types(column_types) ⇒ Object
Assign an array of types for the columns to be returned by this command
13 14 |
# File 'lib/do_salesforce/command.rb', line 13 def set_types(column_types) end |