Overview  Package  Tree RecipeRPC_Server

Package sqldata

Function Summary
countdbrecipesCounts the number of recipes in the database.
fetchrecipeFetch the recipe specified in the given format.
findrecipesFind recipes that match given criteria, starting with the given index.
getcriteriaFetch the criteria this server can search on, together with their allowable values.
getdbsizeFetches the database size, in bytes.
getfiledataExtract required data from a RecipeML file.
getformatsGet the recipe formats this server can supply.
insertrecipeInsert a new recipe into the database.
recipeuploadUpload into the database the recipes in the given directory.
truncateDeletes all the recipes in the database.
uploadfileUpload into the database the recipe in the given file.

Package sqldata Description

Implementation of MySQL storage for recipes.

Overview  Package  Tree RecipeRPC_Server