Class DataObjects::Command
In: lib/data_objects/command.rb
Parent: Object

Abstract base class for adapter-specific Command subclasses

Methods

Attributes

connection  [R]  The Connection on which the command will be run

Public Class methods

Create a new Command object on the specified connection

Public Instance methods

Execute this command and return no dataset

Execute this command and return a DataObjects::Reader for a dataset

Assign an array of types for the columns to be returned by this command

Display the command text

[Validate]