@Override
 protected ObjectExecution createExecution(Select command) throws Exception {
   return (ObjectExecution)
       tfactory.createExecution(
           command,
           context,
           VDBUtility.RUNTIME_METADATA,
           factory.createConnectionFactory().getConnection());
 }