-- -- OpenAPI Petstore. -- Prepared SQL queries for 'Dog_allOf' definition. -- -- -- SELECT template for table `Dog_allOf` -- SELECT `breed` FROM `Dog_allOf` WHERE 1; -- -- INSERT template for table `Dog_allOf` -- INSERT INTO `Dog_allOf`(`breed`) VALUES (?); -- -- UPDATE template for table `Dog_allOf` -- UPDATE `Dog_allOf` SET `breed` = ? WHERE 1; -- -- DELETE template for table `Dog_allOf` -- DELETE FROM `Dog_allOf` WHERE 0;