Updates based on code review from Jay.
- modified the SqlCommand base class to be abstract
- created new directory (command) where each command implementation will be
placed in a separate file
- created namespace for various commands (drizzled::command)